Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
update specs for renamed controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
dvito committed Jun 7, 2017
1 parent 6fdd410 commit a8281f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/controllers/api/v1/agencies_controller_spec.rb
@@ -1,5 +1,5 @@
require 'rails_helper'
RSpec.describe Api::V1::AgenciesController, type: :controller do
RSpec.describe DigitalRegistry::V1::AgenciesController, type: :controller do
describe "GET #index" do
it 'responds successfully with an HTTP 200 status code' do
get :index, format: :json
Expand Down
2 changes: 1 addition & 1 deletion spec/controllers/api/v1/mobile_apps_controller_spec.rb
@@ -1,5 +1,5 @@
require 'rails_helper'
RSpec.describe Api::V1::MobileAppsController, type: :controller do
RSpec.describe DigitalRegistry::V1::MobileAppsController, type: :controller do
describe "GET #index" do
it 'responds successfully with an HTTP 200 status code' do
get :index, format: :json
Expand Down
2 changes: 1 addition & 1 deletion spec/controllers/api/v1/official_tags_controller_spec.rb
@@ -1,5 +1,5 @@
require 'rails_helper'
RSpec.describe Api::V1::TagsController, type: :controller do
RSpec.describe DigitalRegistry::V1::TagsController, type: :controller do

describe "GET #index" do
it 'responds successfully with an HTTP 200 status code' do
Expand Down
2 changes: 1 addition & 1 deletion spec/controllers/api/v1/outlets_controller_spec.rb
@@ -1,5 +1,5 @@
require 'rails_helper'
RSpec.describe Api::V1::SocialMediaController, type: :controller do
RSpec.describe DigitalRegistry::V1::SocialMediaController, type: :controller do
describe "GET #index" do
it 'responds successfully with an HTTP 200 status code' do
get :index, format: :json
Expand Down

0 comments on commit a8281f5

Please sign in to comment.