Sha256: e3aad515acc5206aff0753ec411d046d2fb46ea628be87b8860b7bc532f7237a
Contents?: true
Size: 214 Bytes
Versions: 1
Compression:
Stored size: 214 Bytes
Contents
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) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lita-eightball-1.0.0 | spec/lita/handlers/eightball_spec.rb |