about summary refs log tree commit diff
path: root/spec/models/keyword_mute_spec.rb
AgeCommit message (Expand)Author
2017-10-21Allow keywords to match either substrings or whole words.David Yip
2017-10-21Fix case-insensitive match scenario; test some word ornamentation. #164.David Yip
2017-10-21Rework KeywordMute interface to use a matcher object; spec out matcher. #164.David Yip
2017-10-21Spec out KeywordMute interface. #164.David Yip
2017-10-21Add KeywordMute model.David Yip