Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
uglymunky committed Feb 27, 2014
1 parent 0b129f5 commit 4d5c2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/spec/backbone.siren.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ describe('Backbone.Siren: ', function () {
var options = {'bon': 'bon'};

sirenApi.resolve('some/path', options);

options.store = sirenApi.store;
expect(Backbone.Siren.resolve).toHaveBeenCalledWith('http://blah.io/some/path', options);
});

Expand Down

0 comments on commit 4d5c2e7

Please sign in to comment.