Skip to content

Commit

Permalink
Add test for negative indexes in at method
Browse files Browse the repository at this point in the history
  • Loading branch information
jisaacks committed Sep 2, 2014
1 parent 84fc093 commit 992fc7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@

test("at", 1, function() {
equal(col.at(2), c);
equal(col.at(-2), c);
});

test("pluck", 1, function() {
Expand Down

0 comments on commit 992fc7b

Please sign in to comment.