summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-08-04 15:04:30 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-08-04 15:04:30 +0000
commit70973fda64de03efa47ed6c991ffcdf45cab4e87 (patch)
tree47f7650b419278ae6a37608f1cb67cea330c1c30 /test/functional
parent8c79385261d809504060ad103f58707680fcca70 (diff)
downloadredmine-70973fda64de03efa47ed6c991ffcdf45cab4e87.tar.gz
redmine-70973fda64de03efa47ed6c991ffcdf45cab4e87.zip
Fix a few requires for metric_fu's rcov.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3913 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/auth_sources_controller_test.rb2
-rw-r--r--test/functional/calendars_controller_test.rb2
-rw-r--r--test/functional/gantts_controller_test.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/auth_sources_controller_test.rb b/test/functional/auth_sources_controller_test.rb
index bd97844ed..348e0e098 100644
--- a/test/functional/auth_sources_controller_test.rb
+++ b/test/functional/auth_sources_controller_test.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require File.dirname(__FILE__) + '/../test_helper'
class AuthSourcesControllerTest < ActionController::TestCase
fixtures :all
diff --git a/test/functional/calendars_controller_test.rb b/test/functional/calendars_controller_test.rb
index 79cfe28a0..ad047c669 100644
--- a/test/functional/calendars_controller_test.rb
+++ b/test/functional/calendars_controller_test.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require File.dirname(__FILE__) + '/../test_helper'
class CalendarsControllerTest < ActionController::TestCase
fixtures :all
diff --git a/test/functional/gantts_controller_test.rb b/test/functional/gantts_controller_test.rb
index 4c27de7cd..24c84f2ae 100644
--- a/test/functional/gantts_controller_test.rb
+++ b/test/functional/gantts_controller_test.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require File.dirname(__FILE__) + '/../test_helper'
class GanttsControllerTest < ActionController::TestCase
fixtures :all