Remove @deprecated methods.
This commit is contained in:
committed by
Christian Williams
parent
6b3bf1b3ba
commit
b6e408aab8
@@ -68,7 +68,7 @@ describe('Suite', function() {
|
||||
});
|
||||
});
|
||||
|
||||
expect(suite.specCount()).toEqual(3);
|
||||
expect(suite.specs().length).toEqual(3);
|
||||
});
|
||||
|
||||
it('specCount should be correct even with runs/waits blocks', function() {
|
||||
@@ -94,7 +94,7 @@ describe('Suite', function() {
|
||||
});
|
||||
});
|
||||
|
||||
expect(suite.specCount()).toEqual(3);
|
||||
expect(suite.specs().length).toEqual(3);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user