diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 16:54:54 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 16:54:54 +0100 |
commit | d7dc84439c60069a0cb9eeca81dc61c297a8667b (patch) | |
tree | 167ee6db4fdc7008e2e517a0e983edb9721f4a7a /spec/controllers | |
parent | 8b94d283fb45f054ee5193b0cec8586461d636b1 (diff) |
Add ability to use remote follow function on other sites
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/authorize_follow_controller_spec.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/controllers/authorize_follow_controller_spec.rb b/spec/controllers/authorize_follow_controller_spec.rb new file mode 100644 index 000000000..954efd53e --- /dev/null +++ b/spec/controllers/authorize_follow_controller_spec.rb @@ -0,0 +1,6 @@ +require 'rails_helper' + +RSpec.describe AuthorizeFollowController, type: :controller do + describe 'GET #new' + describe 'POST #create' +end |