Improve spec description

This commit is contained in:
Kevin Sawicki 2015-12-15 16:49:19 -08:00
parent 67c0de36a3
commit 5fb5526b06

View file

@ -61,6 +61,6 @@ describe 'crash-reporter module', ->
w.loadURL url
describe ".start(options)", ->
it 'requires that the companyName and submitURL option fields be specified', ->
it 'requires that the companyName and submitURL options be specified', ->
assert.throws(-> crashReporter.start({companyName: 'Missing submitURL'}))
assert.throws(-> crashReporter.start({submitURL: 'Missing companyName'}))