0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 18 deletions

View file

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