From 648648e6fe86661317cbb0cf04f78fce929f2aee Mon Sep 17 00:00:00 2001 From: BorisLevitskiy Date: Thu, 9 Apr 2015 17:44:42 +0300 Subject: [PATCH] Changed test spec --- tests/stubSpec.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/stubSpec.js b/tests/stubSpec.js index d10fabe..d0dc2ff 100644 --- a/tests/stubSpec.js +++ b/tests/stubSpec.js @@ -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); }); }); \ No newline at end of file