Skip to content

Commit

Permalink
Testing out some things with travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Jul 29, 2015
1 parent c72df67 commit 9371ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/hubot-cah.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ describe('hubot-cah // cool kids fork', function () {
expect(robotMock.brain.data.cah.activePlayers).to.deep.equal([ "billmurray" ]);
expect(resMock.reply).to.have.been.calledWith('You are now an active CAH player.');
});

it('should do something');


});

0 comments on commit 9371ca5

Please sign in to comment.