From f287bf1e73829434d92b46c333c3185373198518 Mon Sep 17 00:00:00 2001 From: Matthias Hecker Date: Mon, 13 Apr 2020 20:39:48 +0200 Subject: message: add #thanks method, similar to okay --- test/mock.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/mock.rb b/test/mock.rb index ba6326db..30c4ffab 100644 --- a/test/mock.rb +++ b/test/mock.rb @@ -77,6 +77,10 @@ class MockMessage reply 'okay' end + def thanks + reply 'thanks :)' + end + def public? true end -- cgit v1.2.3