From 62ed68323cab288e08270005342a9e5768db17fd Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Fri, 29 Nov 2024 16:55:36 +0000 Subject: Fixes class name to match file name in keyboard_shortcuts_test.rb (#41902). Patch by Katsuya HIDAKA (user:hidakatsuya) git-svn-id: https://svn.redmine.org/redmine/trunk@23330 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/system/keyboard_shortcuts_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/keyboard_shortcuts_test.rb b/test/system/keyboard_shortcuts_test.rb index 361326be1..2c98567c0 100644 --- a/test/system/keyboard_shortcuts_test.rb +++ b/test/system/keyboard_shortcuts_test.rb @@ -19,7 +19,7 @@ require_relative '../application_system_test_case' -class InlineAutocompleteSystemTest < ApplicationSystemTestCase +class KeyboardShortcutsTest < ApplicationSystemTestCase fixtures :projects, :users, :email_addresses, :roles, :members, :member_roles, :trackers, :projects_trackers, :enabled_modules, :issue_statuses, :issues, :enumerations, :custom_fields, :custom_values, :custom_fields_trackers, -- cgit v1.2.3