about summary refs log tree commit diff
path: root/spec/controllers/authorize_follows_controller_spec.rb
AgeCommit message (Collapse)Author
2017-05-23Spec AuthorizeFollowsController assigns @account (#3246)Akihiko Odaki
@account is used by the view.
2017-04-28More controller specs (#2561)Matt Jankowski
* Add render_views in more places * Delegate methods from account to user with allow nil true, so that admin accounts show view renders when missing a user * Use actual account instances in authorize follow controller spec
2017-04-27Add spec coverage and refactor authorize_follows controller (#2505)Matt Jankowski