mastodon/spec/controllers
Matt Jankowski 8bac0350d1 Restful refactor of accounts/ routes ()
* Add routing specs for accounts followers and following actions

* Use more restful route naming for public account follow pages

Moves two actions:
- accounts#followers to accounts/follower_accounts#index
- accounts#following to accounts/following_accounts#index

Adds routing spec to ensure prior URLs are preserved.
..
admin Instances list in admin ()
api Remove API authentication for public statuses (after review) ()
auth Assign user locale on signup ()
oauth Fix OAuth authorization page and add a spec for it
settings Settings export refactor ()
well_known Clean up well-known routes/controllers ()
about_controller_spec.rb Clean up about page ()
account_follow_controller_spec.rb Restful refactor of accounts/ routes ()
account_unfollow_controller_spec.rb Restful refactor of accounts/ routes ()
accounts_controller_spec.rb Restful refactor of accounts/ routes ()
authorize_follow_controller_spec.rb Add ability to use remote follow function on other sites
follower_accounts_controller_spec.rb Restful refactor of accounts/ routes ()
following_accounts_controller_spec.rb Restful refactor of accounts/ routes ()
home_controller_spec.rb Fix OAuth authorization page and add a spec for it
media_controller_spec.rb Media controller specs ()
stream_entries_controller_spec.rb Simplify the way the embed view is created ()
tags_controller_spec.rb Fix OAuth authorization page and add a spec for it