about summary refs log tree commit diff
path: root/spec/helpers/admin/action_log_helper_spec.rb
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-23 05:28:56 -0500
committerGitHub <noreply@github.com>2023-02-23 11:28:56 +0100
commit6bd700379925746ea8408bb4d5b0c99dba1506e6 (patch)
treec5e7424cd5c2673f46f188cb7b8c620a13e7a6f8 /spec/helpers/admin/action_log_helper_spec.rb
parent25641171319a9cfde9b837d25bcab077b3d1da6a (diff)
Fix mispelled spec filenames (#23834)
Diffstat (limited to 'spec/helpers/admin/action_log_helper_spec.rb')
-rw-r--r--spec/helpers/admin/action_log_helper_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/helpers/admin/action_log_helper_spec.rb b/spec/helpers/admin/action_log_helper_spec.rb
deleted file mode 100644
index 9d7ed4ab7..000000000
--- a/spec/helpers/admin/action_log_helper_spec.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-# frozen_string_literal: true
-
-require 'rails_helper'
-
-RSpec.describe Admin::ActionLogsHelper, type: :helper do
-end