Spec test too

This commit is contained in:
Jaiden Mispy 2014-12-08 23:29:42 +11:00
parent 504297bf73
commit 548260f9dd

View file

@ -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