]> source.dussan.org Git - redmine.git/commitdiff
Fixes require path in test.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 27 Nov 2011 20:27:13 +0000 (20:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 27 Nov 2011 20:27:13 +0000 (20:27 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7959 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/issue_moves_helper_test.rb

index b2ffb60421bb835db7825a1e3c780713a1bf8eec..68627d433aaa5cb617035d2da9aac0e742fa272f 100644 (file)
@@ -1,4 +1,4 @@
-require 'test_helper'
+require File.expand_path('../../../test_helper', __FILE__)
 
 class IssueMovesHelperTest < ActionView::TestCase
 end