Skip to content

Commit

Permalink
assert request not called
Browse files Browse the repository at this point in the history
  • Loading branch information
sethpollack committed Feb 8, 2015
1 parent 20a27ad commit 55bff7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/bugzscout_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ describe("bugzscout", function() {
user: "my user",
area: "my area",
});

sinon.assert.notCalled(request.post);

expect(function() {
bugzscout.submit({});
Expand Down

0 comments on commit 55bff7c

Please sign in to comment.