From: Jean-Philippe Lang Date: Sun, 28 Mar 2010 15:18:09 +0000 (+0000) Subject: Fixes an error when running tests coverage. X-Git-Tag: 1.0.0~171 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c88a467ddf15f5a02a4ab3a8712e76142e3cca5c;p=redmine.git Fixes an error when running tests coverage. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3624 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/integration/routing_test.rb b/test/integration/routing_test.rb index 0e347d77d..c70247ac0 100644 --- a/test/integration/routing_test.rb +++ b/test/integration/routing_test.rb @@ -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