Glitch-Shrike/spec/models
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
..
concerns Per-user reblog hiding implementation/fixes/tests 2017-11-10 22:04:54 -06:00
form
glitch Replace =~ with #matches?. #208. 2017-11-15 18:27:25 -06:00
web
account_domain_block_spec.rb
account_filter_spec.rb
account_moderation_note_spec.rb Add moderation note (#5240) 2017-10-07 20:26:43 +02:00
account_spec.rb
block_spec.rb
conversation_mute_spec.rb
conversation_spec.rb
custom_emoji_spec.rb Custom emoji (#4988) 2017-09-19 02:42:40 +02:00
domain_block_spec.rb
email_domain_block_spec.rb Implement EmailBlackList (#5109) 2017-10-04 15:16:10 +02:00
export_spec.rb
favourite_spec.rb
feed_spec.rb Improve spec of Feed and UserTrackingConcern (#5367) 2017-10-13 11:00:11 +02:00
follow_request_spec.rb Per-user reblog hiding implementation/fixes/tests 2017-11-10 22:04:54 -06:00
follow_spec.rb
import_spec.rb
media_attachment_spec.rb Fix Cocaine::ExitStatusError when upload small non-animated GIF (#5489) 2017-10-26 22:48:35 +09:00
mention_spec.rb
mute_spec.rb
notification_spec.rb
preview_card_spec.rb
report_filter_spec.rb
report_spec.rb
session_activation_spec.rb
site_upload_spec.rb
status_pin_spec.rb
status_spec.rb Added a timeline for Direct statuses 2017-10-22 18:35:14 -07:00
stream_entry_spec.rb
subscription_spec.rb
tag_spec.rb
user_spec.rb