Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-expect-depend…
Browse files Browse the repository at this point in the history
…ency
  • Loading branch information
dongbin li committed Aug 15, 2012
2 parents 68bb56b + a45a377 commit 10434e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app/arrays.js
Expand Up @@ -13,6 +13,7 @@ define([

it("you should be able to determine the location of an item in an array", function() {
expect(answers.indexOf(a, 3)).to.be(2);
expect(answers.indexOf(a, 5)).to.be(-1);
});

it("you should be able to add the values of an array", function() {
Expand Down

0 comments on commit 10434e5

Please sign in to comment.