From 9985104dc0a2f96b1b318a8b662c0806a96f312b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 30 Mar 2011 15:22:14 -0700 Subject: remove weird spaces from resource mutation test --- test/ResourceSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ResourceSpec.js b/test/ResourceSpec.js index df5b624f..663b163d 100644 --- a/test/ResourceSpec.js +++ b/test/ResourceSpec.js @@ -177,7 +177,7 @@ describe("resource", function() { expect(callback).wasCalledWith(cc); }); - it('should not mutate the resource object if response contains no body', function(){ + it('should not mutate the resource object if response contains no body', function(){ var data = {id:{key:123}, number:'9876'}; xhr.expectGET("/CreditCard/123").respond(data); var cc = CreditCard.get({id:123}); -- cgit v1.2.3