mastodon/spec
David Yip 08652baab0 Replace =~ with #matches?. #208.
=~ made sense when we were passing it through to a regex, but we're no
longer doing that: TagMatcher looks at individual tags and returns a
value that *looks* like what you get out of #=~ but really isn't that
meaningful.  Probably a good idea to not subvert convention like this
and instead use a name with guessable intent.
2017-11-15 18:27:25 -06:00
..
controllers Per-user reblog hiding implementation/fixes/tests 2017-11-10 22:04:54 -06:00
fabricators Apply keyword mutes to reblogs. 2017-10-21 15:44:47 -05:00
features
fixtures Fix Cocaine::ExitStatusError when upload small non-animated GIF (#5489) 2017-10-26 22:48:35 +09:00
helpers Set up /settings/keyword_mutes. #164. 2017-10-21 14:54:36 -05:00
lib Also run the keyword matcher on a status' tags. #208. 2017-11-15 18:12:26 -06:00
mailers
models Replace =~ with #matches?. #208. 2017-11-15 18:27:25 -06:00
policies
presenters
requests
routing
services Per-user reblog hiding implementation/fixes/tests 2017-11-10 22:04:54 -06:00
support
validators
views fix haml quotes in a bid to make travis less grumpy 2017-10-06 09:07:04 +02:00
workers Clean up reblog tracking keys, related improvements (#5428) 2017-10-17 11:45:06 +02:00
rails_helper.rb
spec_helper.rb