More renaming of hash
This commit is contained in:
@@ -857,8 +857,8 @@ describe("jasmine.Matchers", function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("HashContaining", function () {
|
describe("ObjectContaining", function () {
|
||||||
describe("with an empty hash", function () {
|
describe("with an empty object", function () {
|
||||||
var containing;
|
var containing;
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
containing = new jasmine.Matchers.ObjectContaining({});
|
containing = new jasmine.Matchers.ObjectContaining({});
|
||||||
@@ -872,7 +872,7 @@ describe("jasmine.Matchers", function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("with a hash with items in it", function () {
|
describe("with an object with items in it", function () {
|
||||||
var containing, mismatchKeys, mismatchValues;
|
var containing, mismatchKeys, mismatchValues;
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
mismatchKeys = [];
|
mismatchKeys = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user