aboutsummaryrefslogtreecommitdiffstats
path: root/test/ResourceSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/ResourceSpec.js')
-rw-r--r--test/ResourceSpec.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ResourceSpec.js b/test/ResourceSpec.js
index d11c3e08..4ab3537c 100644
--- a/test/ResourceSpec.js
+++ b/test/ResourceSpec.js
@@ -35,11 +35,6 @@ describe("resource", function() {
var item = LineItem.get({id:456});
xhr.flush();
nakedExpect(item).toEqual({id:'abc'});
-
- item = LineItem.get({id:456});
- xhr.flush();
- nakedExpect(item).toEqual({id:'abc'});
-
});
it("should create resource", function(){