Skip to content

Commit

Permalink
style: add empty lines to config specs
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed May 6, 2013
1 parent d217371 commit 877f63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/config.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,15 @@ describe 'config', ->
expect(config.basePath).to.equal resolveWinPath('/some') # overriden by CLI
expect(config.urlRoot).to.equal '/' # default value


it 'should not read config file, when null but still resolve cli basePath', ->
config = e.parseConfig null, {basePath: './some' }

expect(logSpy).not.to.have.been.called
expect(config.basePath).to.equal resolveWinPath('./some')
expect(config.urlRoot).to.equal '/' # default value


describe 'normalizeConfig', ->

it 'should resolve junitReporter.outputFile to basePath and CWD', ->
Expand Down

0 comments on commit 877f63c

Please sign in to comment.