Skip to content

Commit fa587c7

Browse files
committed
Fix mismatch between module name and directory name (for zeitwerk support)
1 parent 9906e78 commit fa587c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/view_customize_view_hook_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require File.expand_path('../../test_helper', __FILE__)
2-
require File.expand_path('../../../lib/view_customize/view_hook', __FILE__)
2+
require File.expand_path('../../../lib/redmine_view_customize/view_hook', __FILE__)
33

44
class ViewCustomizeViewHookTest < ActiveSupport::TestCase
55
fixtures :view_customizes, :projects, :users, :issues, :custom_fields, :custom_values

0 commit comments

Comments
 (0)