Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4509 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Baptiste Barth
2010-12-12 23:24:34 +00:00
parent f9f1bd58d6
commit 17f86d964f
159 changed files with 159 additions and 159 deletions

View File

@@ -1,4 +1,4 @@
require "#{File.dirname(__FILE__)}/../../test_helper"
require File.expand_path('../../../test_helper', __FILE__)
class ApiTest::DisabledRestApiTest < ActionController::IntegrationTest
fixtures :all