Typo.
This commit is contained in:
parent
9830952461
commit
184ff6fb2d
|
@ -87,7 +87,7 @@ describe("Custom Matchers", function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("in the old style", function() {
|
describe("in the old style", function() {
|
||||||
it("should report deprecation a warning", function() {
|
it("should report a deprecation error", function() {
|
||||||
var spec;
|
var spec;
|
||||||
var suite = env.describe('some suite', function() {
|
var suite = env.describe('some suite', function() {
|
||||||
spec = env.it('spec with an expectation').runs(function () {
|
spec = env.it('spec with an expectation').runs(function () {
|
||||||
|
|
Loading…
Reference in New Issue