Skip to content

Commit

Permalink
chore: Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Oct 8, 2017
1 parent d574836 commit aaa5072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mock-response_test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class NewMockResponse extends Helper.Response

describe 'mock-response', ->
beforeEach ->
@room = helper.createRoom(response: NewMockResponse)
@room = helper.createRoom(response: NewMockResponse, httpd: false)

context 'user says "give me a random" number to hubot', ->
beforeEach ->
Expand Down

0 comments on commit aaa5072

Please sign in to comment.