Use correct naming on controller concern specs (#26197)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
describe ApplicationController do
|
||||
controller do
|
||||
describe ExportControllerConcern do
|
||||
controller(ApplicationController) do
|
||||
include ExportControllerConcern
|
||||
|
||||
def index
|
||||
|
Reference in New Issue
Block a user