Skip to content

Commit

Permalink
RED: the stubbying game -- TypeError: Property 'mostRecentRelease' of…
Browse files Browse the repository at this point in the history
… object #<DeployerStub> is not a function
  • Loading branch information
imaman committed Feb 16, 2014
1 parent 61c4796 commit 45ef4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/promoter.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ promoter.__set__('acceptanceSpecs', {});

function DeployerStub() {
this.init = function(done) { done(); };
this.mostRecentRelease = {};
}

promoter.__set__('Deployer', DeployerStub);
Expand Down

0 comments on commit 45ef4ef

Please sign in to comment.