mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Improve spec description
This commit is contained in:
@@ -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'}))
|
||||
|
||||
Reference in New Issue
Block a user