mastodon/spec/controllers
Matt Jankowski 1ada494bb2 Admin settings controller refactor, add specs, cleanup (#2225)
* Add render_views for admin/settings spec

* Add coverage for admin/settings#update

* Add coverage for admin/settings typecasting open_registrations setting

* Simplify how admin/settings finds the value for updating

* Rely on activerecord to not update a value that hasnt changed

* Add coverage for non-existent setting

* Use a constant for boolean settings
2017-04-20 17:18:09 +02:00
..
admin Admin settings controller refactor, add specs, cleanup (#2225) 2017-04-20 17:18:09 +02:00
api Add static gif for upload testing (#2168) 2017-04-19 23:47:50 +02:00
auth Assign user locale on signup (#1982) 2017-04-17 10:29:08 +02:00
oauth
settings
well_known
about_controller_spec.rb
account_follow_controller_spec.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
account_unfollow_controller_spec.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
accounts_controller_spec.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
authorize_follow_controller_spec.rb
follower_accounts_controller_spec.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
following_accounts_controller_spec.rb Restful refactor of accounts/ routes (#2133) 2017-04-19 13:52:37 +02:00
home_controller_spec.rb
media_controller_spec.rb Media controller specs (#2022) 2017-04-17 20:02:00 +02:00
stream_entries_controller_spec.rb
tags_controller_spec.rb