diff options
Diffstat (limited to 'test/mock.rb')
-rw-r--r-- | test/mock.rb | 4 |
1 files changed, 4 insertions, 0 deletions
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 |