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/controllers
Matt Jankowski a4859446ab Coverage for remote follows (#2694)
* Add coverage for create with empty acct value

* Add coverage for create with webfinger failure

* Add coverage for create with webfinger providing bad values

* Add coverage for create when webfinger is good

* Add coverage for session[:remote_follow] having data

* Simplify how remote follow pulls acct from session

* Remote follow behaves more like model

* Move the discovery portions of remote follow out of controller

* Check for suspended accounts
8 years ago
..
admin More coverage yes more even more (#2627) 8 years ago
api
auth
concerns Extract user tracking into concern (#2600) 8 years ago
oauth More controller specs (#2561) 8 years ago
settings Filter on allowed user language preferences (#2361) 8 years ago
well_known
about_controller_spec.rb
account_follow_controller_spec.rb More controller specs (#2561) 8 years ago
account_unfollow_controller_spec.rb More controller specs (#2561) 8 years ago
accounts_controller_spec.rb
authorize_follows_controller_spec.rb More controller specs (#2561) 8 years ago
follower_accounts_controller_spec.rb More controller specs (#2561) 8 years ago
following_accounts_controller_spec.rb More controller specs (#2561) 8 years ago
home_controller_spec.rb
media_controller_spec.rb More controller specs (#2561) 8 years ago
remote_follow_controller_spec.rb Coverage for remote follows (#2694) 8 years ago
statuses_controller_spec.rb More coverage yes more even more (#2627) 8 years ago
stream_entries_controller_spec.rb
tags_controller_spec.rb