You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
controllers Per-user reblog hiding implementation/fixes/tests 8 years ago
fabricators Apply keyword mutes to reblogs. 8 years ago
features Add scenarios for log in (#3497) 9 years ago
fixtures Fix Cocaine::ExitStatusError when upload small non-animated GIF (#5489) 8 years ago
helpers Set up /settings/keyword_mutes. #164. 8 years ago
lib Also run the keyword matcher on a status' tags. #208. 8 years ago
mailers Spec UserMailer (#3757) 9 years ago
models Replace =~ with #matches?. #208. 8 years ago
policies Add status destroy authorization to policy (#3453) 9 years ago
presenters Use around hook to restore context in InstancePresenter spec (#3430) 9 years ago
requests Redesign the landing page, mount public timeline on it (#4122) 9 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 9 years ago
services Per-user reblog hiding implementation/fixes/tests 8 years ago
support Some minor change and spec for Account (#3813) 9 years ago
validators Fix StatusLengthValidator tests 8 years ago
views fix haml quotes in a bid to make travis less grumpy 8 years ago
workers Clean up reblog tracking keys, related improvements (#5428) 8 years ago
rails_helper.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 9 years ago
spec_helper.rb Minor performance improvement for test suite (#4678) 9 years ago