move all "assertion" to "expectation"

This commit is contained in:
Davis W. Frank
2011-03-08 18:37:44 -08:00
parent ccfa17499f
commit 70aed2d900
3 changed files with 13 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ describe("jasmine spec running", function () {
this.expect(foo).toEqual('baz');
});
specWithMultipleExpectations = env.it('spec with multiple assertions').runs(function () {
specWithMultipleExpectations = env.it('spec with multiple expectations').runs(function () {
var foo = 'bar';
var baz = 'quux';