mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-21 08:50:24 +00:00
asdsad
This commit is contained in:
parent
1500e91def
commit
8f9bf37bcf
1 changed files with 0 additions and 5 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue