Move admin/pubsubhubbub controller to admin/subscriptions (#3442)
This commit is contained in:
parent
a132332b86
commit
de4681b2be
29 changed files with 58 additions and 48 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue