From 5fb5526b0676b25e5bd9b6a542411b3f581aac50 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 15 Dec 2015 16:49:19 -0800 Subject: [PATCH] Improve spec description --- spec/api-crash-reporter-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/api-crash-reporter-spec.coffee b/spec/api-crash-reporter-spec.coffee index 71b7d1d..334956d 100644 --- a/spec/api-crash-reporter-spec.coffee +++ b/spec/api-crash-reporter-spec.coffee @@ -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'})) -- 2.7.4