aboutsummaryrefslogtreecommitdiffstats
path: root/test/ResourceSpec.js
diff options
context:
space:
mode:
authorIgor Minar2011-03-30 15:22:14 -0700
committerIgor Minar2011-03-30 15:22:14 -0700
commit9985104dc0a2f96b1b318a8b662c0806a96f312b (patch)
tree7660c862d3ca3ec2f748dd00bd4845e4353ec91b /test/ResourceSpec.js
parent94514a91f8e352e97c5eb44cdace29643e57f9d6 (diff)
downloadangular.js-9985104dc0a2f96b1b318a8b662c0806a96f312b.tar.bz2
remove weird spaces from resource mutation test
Diffstat (limited to 'test/ResourceSpec.js')
-rw-r--r--test/ResourceSpec.js2
1 files changed, 1 insertions, 1 deletions
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});