Keep people in convo as long as they replied once
This commit is contained in:
parent
52d82c99ae
commit
596f41f15f
2 changed files with 3 additions and 7 deletions
|
@ -134,11 +134,7 @@ describe Ebooks::Bot do
|
|||
|
||||
Timecop.travel(Time.now + 60)
|
||||
bot.receive_event(mock_tweet("spammer", "@test_ebooks @m1sp 3"))
|
||||
expect_tweet(bot, "@spammer @m1sp echo: 3")
|
||||
|
||||
Timecop.travel(Time.now + 60)
|
||||
bot.receive_event(mock_tweet("spammer", "@test_ebooks @m1sp 4"))
|
||||
expect_tweet(bot, "@spammer echo: 4")
|
||||
expect_tweet(bot, "@spammer echo: 3")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue