summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-18 09:40:19 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-18 09:40:19 +0000
commitaadf6da468cc084a90b1492f02e59704ca8d9948 (patch)
treec7f7e89747c9104708f1f88362bac225ecf2bc90 /test/test_helper.rb
parenteed1a5dfbd91d327aa4511bbebe4f549d3188478 (diff)
downloadredmine-aadf6da468cc084a90b1492f02e59704ca8d9948.tar.gz
redmine-aadf6da468cc084a90b1492f02e59704ca8d9948.zip
Get rid of HelperTestcase.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8278 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 09d9c3bb0..2fa726ad5 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -18,7 +18,6 @@
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'
-require File.expand_path(File.dirname(__FILE__) + '/helper_testcase')
require Rails.root.join('test', 'mocks', 'open_id_authentication_mock.rb').to_s
require File.expand_path(File.dirname(__FILE__) + '/object_daddy_helpers')