Skip to content

Commit

Permalink
Fix Mustache dependent helper test.
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Nov 14, 2014
1 parent acc64ec commit 8cb7751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/mustache/mustache_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3886,7 +3886,7 @@ steal("can/model", "can/view/mustache", "can/test", "can/view/mustache/spec/spec
}

test('getHelper returns null when no helper found', function() {
ok( !Mustache.getHelper('myHelper') );
ok( !Mustache.getHelper('__dummyHelper') );
});

test("getHelper 'options' parameter should be optional", function(){
Expand Down

0 comments on commit 8cb7751

Please sign in to comment.