0
0
Fork 0

Move admin/pubsubhubbub controller to admin/subscriptions (#3442)

This commit is contained in:
Matt Jankowski 2017-05-31 14:39:35 -04:00 committed by Eugen Rochko
parent a132332b86
commit de4681b2be
29 changed files with 58 additions and 48 deletions

View file

@ -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