fix(test): update vimdocs
This commit is contained in:
parent
97873ffd37
commit
a8f16fb4f9
8 changed files with 126 additions and 79 deletions
|
|
@ -1,10 +1,16 @@
|
|||
describe('cp.config', function()
|
||||
local config
|
||||
local spec_helper = require('spec.spec_helper')
|
||||
|
||||
before_each(function()
|
||||
spec_helper.setup()
|
||||
config = require('cp.config')
|
||||
end)
|
||||
|
||||
after_each(function()
|
||||
spec_helper.teardown()
|
||||
end)
|
||||
|
||||
describe('setup', function()
|
||||
it('returns defaults with nil input', function()
|
||||
local result = config.setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue