diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-31 14:39:35 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-31 20:39:35 +0200 |
commit | de4681b2be0b0efa1dede092445a53d4a593c140 (patch) | |
tree | 2b481f7ceef23f467dafaa4eba7e35db0559a42e /spec | |
parent | a132332b861f997540f30be1b90ade4648834b5b (diff) |
Move admin/pubsubhubbub controller to admin/subscriptions (#3442)
Diffstat (limited to 'spec')
-rw-r--r-- | spec/controllers/admin/subscriptions_controller_spec.rb (renamed from spec/controllers/admin/pubsubhubbub_controller_spec.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/admin/pubsubhubbub_controller_spec.rb b/spec/controllers/admin/subscriptions_controller_spec.rb index c8e8e7a84..eb6f12b16 100644 --- a/spec/controllers/admin/pubsubhubbub_controller_spec.rb +++ b/spec/controllers/admin/subscriptions_controller_spec.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true require 'rails_helper' -RSpec.describe Admin::PubsubhubbubController, type: :controller do +RSpec.describe Admin::SubscriptionsController, type: :controller do render_views describe 'GET #index' do |