Skip to content

Commit

Permalink
test stringifying collection instances
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed May 18, 2011
1 parent 1c15b04 commit fd9803d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/stringify.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exports['stringify'] = function() {
assert.equal(fixture.models.Failures + '', '<Collection Failures>');
assert.equal(fixture.models.House + '', '<Model House>');
assert.equal(fixture.models.Houses + '', '<Collection Houses>');
assert.equal(new fixture.models.Houses + '', '[Collection Houses]');
assert.equal(fixture.models.Page + '', '<Model Page>');
assert.equal(new fixture.models.Page + '', '[Model Page]');

Expand Down

0 comments on commit fd9803d

Please sign in to comment.