Merge pull request #691 from ertrzyiks/fix-spec-title
Fixed isPendingSpecException test title
This commit is contained in:
@@ -14,7 +14,7 @@ describe("Spec", function() {
|
|||||||
expect(j$.Spec.isPendingSpecException(fakeError)).toBe(true);
|
expect(j$.Spec.isPendingSpecException(fakeError)).toBe(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("#isPendingSpecException returns true for a pending spec exception", function() {
|
it("#isPendingSpecException returns false for not a pending spec exception", function() {
|
||||||
var e = new Error("foo");
|
var e = new Error("foo");
|
||||||
|
|
||||||
expect(j$.Spec.isPendingSpecException(e)).toBe(false);
|
expect(j$.Spec.isPendingSpecException(e)).toBe(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user