From 08d72926ffdb3db4486f88fb49e564a5112386a5 Mon Sep 17 00:00:00 2001 From: gvanhove Date: Tue, 15 Mar 2011 18:30:05 -0700 Subject: [PATCH] More renaming of hash --- spec/core/MatchersSpec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/core/MatchersSpec.js b/spec/core/MatchersSpec.js index 19411df1..fcf7eb62 100644 --- a/spec/core/MatchersSpec.js +++ b/spec/core/MatchersSpec.js @@ -857,8 +857,8 @@ describe("jasmine.Matchers", function() { }); }); - describe("HashContaining", function () { - describe("with an empty hash", function () { + describe("ObjectContaining", function () { + describe("with an empty object", function () { var containing; beforeEach(function () { 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; beforeEach(function () { mismatchKeys = [];