Skip to content

Commit

Permalink
Remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
myme committed Feb 28, 2013
1 parent 59021c0 commit 00e9aa0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/backbonejs-computed-test.js
Expand Up @@ -121,11 +121,6 @@

'.addProperty': {

'is a function': function () {
var model = new Backbone.Model();
assert.isFunction( model.addProperty );
},

'returns self': function () {
var model = new Backbone.Model();
assert.same( model.addProperty(), model );
Expand Down

0 comments on commit 00e9aa0

Please sign in to comment.