Skip to content

Commit 1ec5f24

Browse files
i18n test fixed
1 parent ddb1852 commit 1ec5f24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_helper.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414
end
1515

1616
require File.expand_path "#{File.dirname __FILE__}/../../../test/test_helper"
17+
require File.expand_path "#{File.dirname __FILE__}/../../additionals/test/global_test_helper"
1718

1819
module RedmineSudo
1920
module TestHelper
21+
include Additionals::GlobalTestHelper
22+
2023
def prepare_tests; end
2124
end
2225

0 commit comments

Comments
 (0)