Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltace committed Apr 8, 2015
1 parent 181179b commit 5d0e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ describe("Stubbed Test Suite", function() {
it("Using no defaults at all", function() {
this.browsercookies.defaults = {};
this.browsercookies.set('banana', 'yellow');
expect(this.docStub.cookie).toBe('banana=yellow');
expect(this.docStub.cookie).toBe('banana=yellow;path=/');
});

it("Set expires option", function() {
Expand Down

0 comments on commit 5d0e431

Please sign in to comment.