Skip to content

Commit

Permalink
failing test for not calling teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Dec 21, 2010
1 parent e035cdc commit 7ff243b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/initial-tests.js
Expand Up @@ -100,10 +100,10 @@ test('action setup', function() {
context.should.equal(1)
next()
},
teardown: function(context, next) {
teardown: should.call(function(context, next) {
arg.should.equal(1)
next()
}
})
}]
})
bm(should.call(function() {
Expand Down

0 comments on commit 7ff243b

Please sign in to comment.