mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
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