mastodon/spec/controllers
Matt Jankowski 4289ed1d13 Refactor of API timeline actions (#3263)
- Increase coverage to exercise all parts of each action
- Move into namespace to share common code
- Misc refactor of each action for smaller methods, simpler code
2017-05-23 18:11:39 +02:00
..
admin
api Refactor of API timeline actions (#3263) 2017-05-23 18:11:39 +02:00
auth
concerns
oauth
settings
well_known
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb
application_controller_spec.rb
authorize_follows_controller_spec.rb Spec AuthorizeFollowsController assigns @account (#3246) 2017-05-23 13:12:45 +02:00
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 2017-05-23 13:12:19 +02:00
home_controller_spec.rb
media_controller_spec.rb
remote_follow_controller_spec.rb
statuses_controller_spec.rb Cover StatusesController more (#3259) 2017-05-23 16:34:28 +02:00
stream_entries_controller_spec.rb Cover StreamEntriesController more and remove redundant instructions (#3257) 2017-05-23 15:04:23 +02:00
tags_controller_spec.rb