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
|
def configure
|
||||||
end
|
end
|
||||||
|
|
||||||
def on_direct_message(dm)
|
def on_message(dm)
|
||||||
reply dm, "echo: #{dm.text}"
|
reply dm, "echo: #{dm.text}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user