diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-23 05:28:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 11:28:56 +0100 |
commit | 6bd700379925746ea8408bb4d5b0c99dba1506e6 (patch) | |
tree | c5e7424cd5c2673f46f188cb7b8c620a13e7a6f8 /spec/helpers/admin/action_logs_helper_spec.rb | |
parent | 25641171319a9cfde9b837d25bcab077b3d1da6a (diff) |
Fix mispelled spec filenames (#23834)
Diffstat (limited to 'spec/helpers/admin/action_logs_helper_spec.rb')
-rw-r--r-- | spec/helpers/admin/action_logs_helper_spec.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/helpers/admin/action_logs_helper_spec.rb b/spec/helpers/admin/action_logs_helper_spec.rb new file mode 100644 index 000000000..9d7ed4ab7 --- /dev/null +++ b/spec/helpers/admin/action_logs_helper_spec.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +require 'rails_helper' + +RSpec.describe Admin::ActionLogsHelper, type: :helper do +end |