rm body tag test
This commit is contained in:
@@ -13,10 +13,6 @@ describe("app.frontend", function() {
|
|||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
|
|
||||||
it('should have a body class', function() {
|
|
||||||
expect(scope.bodyClass).toEqual('app-body-class');
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should have an All tag', function() {
|
it('should have an All tag', function() {
|
||||||
expect(scope.allTag).toBeDefined();
|
expect(scope.allTag).toBeDefined();
|
||||||
expect(scope.allTag.title).toEqual("All");
|
expect(scope.allTag.title).toEqual("All");
|
||||||
|
|||||||
Reference in New Issue
Block a user