Module: Boty::RSpec::Bot
- Defined in:
- lib/boty/rspec.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#event(options) ⇒ Object
30 31 32 |
# File 'lib/boty/rspec.rb', line 30 def event() @_bot.event({ "type" => "message" }.merge ) end |
#message(text) ⇒ Object
34 35 36 |
# File 'lib/boty/rspec.rb', line 34 def (text) event "text" => text end |