Skip to content

Commit

Permalink
RED: the stubbying game -- TypeError: Object #<JasmineNodeApiStub> ha…
Browse files Browse the repository at this point in the history
…s no method 'runSpecs'
  • Loading branch information
imaman committed Feb 16, 2014
1 parent 2ae8440 commit 3e4251e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/promoter.spec.js
Expand Up @@ -3,6 +3,7 @@ var promoter = rewire('../acceptance/promoter.js');


function JasmineNodeApiStub() {
this.onCompletion = function() {};
};

promoter.__set__('JasmineNodeApi', JasmineNodeApiStub);
Expand Down

0 comments on commit 3e4251e

Please sign in to comment.