Skip to content

Commit

Permalink
Remove commented test
Browse files Browse the repository at this point in the history
  • Loading branch information
reicruz committed Sep 15, 2016
1 parent 50c57c1 commit 67d26d3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/bluemix.github.deploy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')}`]);
//
// });
// });
// });
});

0 comments on commit 67d26d3

Please sign in to comment.