mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-22 13:21:06 -05:00
Spec test too
This commit is contained in:
@@ -9,7 +9,7 @@ class TestBot < Ebooks::Bot
|
||||
def configure
|
||||
end
|
||||
|
||||
def on_direct_message(dm)
|
||||
def on_message(dm)
|
||||
reply dm, "echo: #{dm.text}"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user