From: Eric Davis Date: Thu, 12 Aug 2010 13:57:46 +0000 (+0000) Subject: Fix path to test_helper X-Git-Tag: 1.1.0~455 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a6112ef40d234ae51bf35cef0cc939794f38ede8;p=redmine.git Fix path to test_helper git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3937 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/issue_moves_controller_test.rb b/test/functional/issue_moves_controller_test.rb index 083959c74..7c4005767 100644 --- a/test/functional/issue_moves_controller_test.rb +++ b/test/functional/issue_moves_controller_test.rb @@ -1,4 +1,4 @@ -require 'test_helper' +require File.dirname(__FILE__) + '/../test_helper' class IssueMovesControllerTest < ActionController::TestCase fixtures :all