Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Namespace unhandled slack_events to prevent name collision.
Browse files Browse the repository at this point in the history
  • Loading branch information
rposborne committed Nov 20, 2016
1 parent 77c5b57 commit effe9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lita/adapters/slack/message_handler_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@

it "logs the type" do
expect(Lita.logger).to receive(:info).with(
"??? event received from Slack."
"slack_??? event received from Slack."
)

subject.handle
Expand Down

0 comments on commit effe9bf

Please sign in to comment.