Skip to content

Commit

Permalink
feat(hidden-steps): Improve scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
flegall committed Jun 23, 2017
1 parent ec08038 commit 9f0cd3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js-given/spec/hidden-steps.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class HiddenChecksStage extends Stage {
return this;
}

@Quoted('message')
an_error_is_thrown_with_the_message(message: string): this {
expect(this.error).to.exist;
expect(this.error.message).to.equal(message);
Expand Down

0 comments on commit 9f0cd3a

Please sign in to comment.