mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-28 15:28:15 +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});
|
var item = LineItem.get({id:456});
|
||||||
xhr.flush();
|
xhr.flush();
|
||||||
nakedExpect(item).toEqual({id:'abc'});
|
nakedExpect(item).toEqual({id:'abc'});
|
||||||
|
|
||||||
item = LineItem.get({id:456});
|
|
||||||
xhr.flush();
|
|
||||||
nakedExpect(item).toEqual({id:'abc'});
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should create resource", function(){
|
it("should create resource", function(){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue