Sha256: f95fe3cc1616446663164121c61936852c82beb80f05679e7537203b7daf891c

Contents?: true

Size: 292 Bytes

Versions: 3

Compression:

Stored size: 292 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_command("roll the eightball").to(:shake) }
  it { routes_command("shake the eightball").to(:shake) }

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lita-eightball-1.0.4 spec/lita/handlers/eightball_spec.rb
lita-eightball-1.0.3 spec/lita/handlers/eightball_spec.rb
lita-eightball-1.0.1 spec/lita/handlers/eightball_spec.rb