mastodon/spec
Matt Jankowski 2925372ff4 Move create/destroy actions for api/v1/statuses to namespace ()
Each of mute, favourite, reblog has been updated to:

- Have a separate controller with just a create and destroy action
- Preserve historical route names to not break the API
- Mild refactoring to break up long methods
..
controllers Move create/destroy actions for api/v1/statuses to namespace ()
fabricators Remove redundant code in AtomSerializer and spec ()
features Add scenarios for log in ()
fixtures A minor change for ProviderDiscovery and spec ()
helpers Hold value of I18n.locale with ApplicationHelperSpec ()
javascript Add quotes ESLint rules ()
lib Language detection defaults to nil ()
mailers Misc spec coverage improvements ()
models Fix db:seed - only run some validations when the field was changed ()
policies Add status destroy authorization to policy ()
presenters Use around hook to restore context in InstancePresenter spec ()
requests Improve RuboCop rules (compatibility to Code Climate) ()
routing Move create/destroy actions for api/v1/statuses to namespace ()
services Fix 500 errors on searching invalid URLs ()
support Spec ScopedSettings ()
views Update rails to version 5.0.3 ()
workers Specs for cleanup workers ()
rails_helper.rb Disable sidekiq logging in test mode ()
spec_helper.rb Add more tests for AtomSerializer ()