Use correct naming on controller concern specs (#26197)

This commit is contained in:
Matt Jankowski
2023-07-27 08:27:21 -04:00
committed by GitHub
parent b06763dc11
commit f48d345de1
7 changed files with 12 additions and 18 deletions

View File

@@ -2,8 +2,8 @@
require 'rails_helper'
describe ApplicationController do
controller do
describe ExportControllerConcern do
controller(ApplicationController) do
include ExportControllerConcern
def index