diff options
Diffstat (limited to 'test/integration/sudo_mode_test.rb')
-rw-r--r-- | test/integration/sudo_mode_test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/sudo_mode_test.rb b/test/integration/sudo_mode_test.rb index 94f643e6c..844c61481 100644 --- a/test/integration/sudo_mode_test.rb +++ b/test/integration/sudo_mode_test.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: false + require File.expand_path('../../test_helper', __FILE__) class SudoModeTest < Redmine::IntegrationTest |