From 67d26d39f9bb15df6cc4604bf7052b83b28f9e8b Mon Sep 17 00:00:00 2001 From: Reinaldo Cruz Date: Thu, 15 Sep 2016 14:23:29 -0400 Subject: [PATCH] Remove commented test --- test/bluemix.github.deploy.test.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/bluemix.github.deploy.test.js b/test/bluemix.github.deploy.test.js index b12ca19..82e2cd7 100644 --- a/test/bluemix.github.deploy.test.js +++ b/test/bluemix.github.deploy.test.js @@ -371,18 +371,4 @@ describe('Interacting with Bluemix via Slack', function() { }); }); }); - - // context('user calls `deploy app` with a zip for new app', function() { - // - // it.only('should respond with the apps that it will deploy with zip', function() { - // return room.user.say('mimiron', '@hubot deploy manifestTest user/manifestTest').then(() => { - // expect(room.messages.length).to.eql(2); - // expect(room.messages[1][1]).to.be.a('String'); - // expect(room.messages[1]).to.eql(['hubot', `@mimiron ${i18n.__('github.deploy.in.progress.matching')}`]); - // expect(room.messages[0][1]).to.be.a('String'); - // expect(room.messages[0]).to.eql(['hubot', `@mimiron ${i18n.__('github.deploy.branch.prompt')}`]); - // - // }); - // }); - // }); });