diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-29 16:55:36 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-29 16:55:36 +0000 |
commit | 62ed68323cab288e08270005342a9e5768db17fd (patch) | |
tree | fd38c35965915098b995d482dd44aff2ce73ae0f | |
parent | 7658997150b80f989b1c4803d1576cd8db9947f3 (diff) | |
download | redmine-62ed68323cab288e08270005342a9e5768db17fd.tar.gz redmine-62ed68323cab288e08270005342a9e5768db17fd.zip |
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
-rw-r--r-- | test/system/keyboard_shortcuts_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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, |