diff options
author | mms <git@sapka.me> | 2024-11-12 23:36:48 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-12 23:36:48 +0100 |
commit | 6d3ab5f655c83f78905dccede27e5b1da22cc97c (patch) | |
tree | a19a544d059e1efe43650672a7842945a361548d /lib/chotto.rb | |
parent | c65e4885b999e90732bf37ee954540bae58a4880 (diff) |
test: add specs to Mesage class
Diffstat (limited to 'lib/chotto.rb')
-rw-r--r-- | lib/chotto.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chotto.rb b/lib/chotto.rb index 47a94c0..6afcf35 100644 --- a/lib/chotto.rb +++ b/lib/chotto.rb @@ -36,5 +36,3 @@ def eval_rules rule_set.run end end - - |