mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-29 00:09:01 +08:00
asdsad
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user