]> source.dussan.org Git - redmine.git/commitdiff
Fixes an error when running tests coverage.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Mar 2010 15:18:09 +0000 (15:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 28 Mar 2010 15:18:09 +0000 (15:18 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3624 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/routing_test.rb

index 0e347d77dc16569b73f767b9f971686fb34ee3a1..c70247ac052dbdbeca55703fc482c6b261543b02 100644 (file)
@@ -15,7 +15,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 "test_helper"
+require "#{File.dirname(__FILE__)}/../test_helper"
 
 class RoutingTest < ActionController::IntegrationTest
   context "issues" do