Fix mispelled spec filenames (#23834)

This commit is contained in:
Nick Schonning 2023-02-23 05:28:56 -05:00 committed by GitHub
parent 2564117131
commit 6bd7003799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,6 @@
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Admin::ActionLogsHelper, type: :helper do
end