summaryrefslogtreecommitdiff
path: root/test/mock.rb
AgeCommit message (Collapse)Author
2020-04-13message: add #thanks method, similar to okayMatthias Hecker
2020-04-07plugin(note): test cases added, closes #24Matthias Hecker
2020-04-06plugin(points): +/- must come after, closes #34Matthias Hecker
This modifies the karma/points plugin to ignore increment/ decrement suffixes. `--SOMETHING` is more trouble than its worth, people will write --NAME as a signature, or paste a command line argument, e.g. `ls --sort time` which causes issues. I also added tests for the points plugin, the plan is to make the plugin testing easier more "rubionic"
2020-04-06tests: mocked bot and messages added, added points testsMatthias Hecker