Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
another assertion for empty stack test
Browse files Browse the repository at this point in the history
  • Loading branch information
benrady committed May 11, 2011
1 parent 13d9b90 commit d2b206f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/jessie/jasmine_spec.js
Expand Up @@ -16,6 +16,7 @@ describe('jessie.jasmine', function() {
jasmine.Spec.prototype.results_ = jasmine.createSpyObj('results', ['addResult']);
jasmine.Spec.prototype.fail("this is an error");
expect(jasmine.Spec.prototype.results_.addResult).toHaveBeenCalled();
expect(jasmine.Spec.prototype.results_.addResult.argsForCall[0][0].message);
});

it("should extend Jasmine with ability to add pending notification", function() {
Expand Down

0 comments on commit d2b206f

Please sign in to comment.