Changed test spec

This commit is contained in:
BorisLevitskiy
2015-04-09 17:44:42 +03:00
parent 65bf36141e
commit 648648e6fe

View File

@@ -1,8 +1,6 @@
describe("App test", function() {
describe("A for app", function() {
var app = window.app;
it("shouldn't be null", function() {
console.log(app);
expect(app.constructor).notBeNull();
it("may there be app", function() {
expect(app).not.toBe(null);
});
});