From 3570cfc4885e50d46b5687e7544eb99d7e04c9c1 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sun, 12 Apr 2015 13:43:19 +0300 Subject: [PATCH] Removed stub test --- tests/integration/spec.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/integration/spec.js b/tests/integration/spec.js index 60b028f..26841c4 100644 --- a/tests/integration/spec.js +++ b/tests/integration/spec.js @@ -4,12 +4,6 @@ var driver = browser.driver; var appUrl = 'http://localhost:63342/BitwiseCmd/src/'; var Key = protractor.Key; -describe('a quick test', function(){ - it('should be true', function(){ - expect(true).toBe(true); - }); -}); - describe('launch of application', function() { it('should have title', function() { driver.get(appUrl).then(function() {