Improve spec description
This commit is contained in:
parent
67c0de36a3
commit
5fb5526b06
1 changed files with 1 additions and 1 deletions
|
@ -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'}))
|
||||
|
|
Loading…
Reference in a new issue