Skip to content

Commit

Permalink
Merge pull request rmurphey#6 from plemarquand/patch-1
Browse files Browse the repository at this point in the history
Update expected results of change context in which function is called
  • Loading branch information
rmurphey committed Apr 12, 2012
2 parents 9762f64 + aedcb7b commit 310a885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/functions.js
Expand Up @@ -21,7 +21,7 @@ define([ 'use!underscore' ], function(_) {

// define a function for fn that calls the speak function such that the
// following test will pass
expect(fn()).to.be('Hello, Rebecca!');
expect(fn()).to.be('Hello, Rebecca!!!');
});

it("you should be able to return a function from a function", function() {
Expand Down

0 comments on commit 310a885

Please sign in to comment.