Skip to content

Commit

Permalink
Refined test messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandford Faison committed Jan 8, 2013
1 parent 63450a0 commit bbe55c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/iteration_flag_continues.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe( 'iteration flag "continues"', function () {
spy.firstCall.args[3].continues.should.not.be.ok;
});

it( 'should stop invoking continues, when falsy', function () {
it( 'should stop invoking continues, when truthy', function () {
var
spyA = sinon.spy(),
spyB = sinon.spy()
Expand Down
2 changes: 1 addition & 1 deletion test/iteration_flag_source.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe( 'iteration flag "source"', function () {

it( 'should be equal to this.value and value argument', function () {
it( 'should be equal to this.value and the second callback argument', function () {
var
arg = {},
spy = sinon.spy()
Expand Down

0 comments on commit bbe55c9

Please sign in to comment.