spec/lita/handlers/eightball_spec.rb in lita-eightball-1.0.0 vs spec/lita/handlers/eightball_spec.rb in lita-eightball-1.0.1
- old
+ new
@@ -1,8 +1,9 @@
require "spec_helper"
describe Lita::Handlers::Eightball, lita_handler: true do
it { routes_command("8ball").to(:shake) }
it { routes_command("eightball").to(:shake) }
- it { routes("!8ball").to(:shake) }
+ it { routes_command("roll the eightball").to(:shake) }
+ it { routes_command("shake the eightball").to(:shake) }
end
\ No newline at end of file