Skip to content

Commit

Permalink
style(tests): add missing empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Dec 24, 2013
1 parent 70e4abd commit e99f187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/reporter.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ describe 'reporter', ->
it 'should indent', ->
expect(formatError 'Something', '\t').to.equal '\tSomething\n'


it 'should handle empty message', ->
expect(formatError null).to.equal '\n'


it 'should remove domain from files', ->
expect(formatError 'file http://localhost:8080/base/usr/a.js and ' +
'http://127.0.0.1:8080/base/home/b.js').
Expand Down

0 comments on commit e99f187

Please sign in to comment.