diff options
Diffstat (limited to 'test/integration/api_test/files_test.rb')
-rw-r--r-- | test/integration/api_test/files_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/api_test/files_test.rb b/test/integration/api_test/files_test.rb index 7226db497..00d0b96e4 100644 --- a/test/integration/api_test/files_test.rb +++ b/test/integration/api_test/files_test.rb @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -require File.expand_path('../../../test_helper', __FILE__) +require_relative '../../test_helper' class Redmine::ApiTest::FilesTest < Redmine::ApiTest::Base fixtures :projects, |