summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2009-02-11 19:07:23 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2009-02-11 19:07:23 +0000
commit876fb69271edf6b5d7fe15fc68ee49e246d38f19 (patch)
tree3b33cc6c9ea32ff9e023073882fb5b7a4dddda51 /test/test_helper.rb
parent48e26aa75b415045a6b83a37cafef478b996ca8a (diff)
downloadredmine-876fb69271edf6b5d7fe15fc68ee49e246d38f19.tar.gz
redmine-876fb69271edf6b5d7fe15fc68ee49e246d38f19.zip
Added tests for the other OpenID authentication cases. #699
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2445 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 57866d49e..ebc9bae46 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -19,7 +19,7 @@ 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')
-load File.join(RAILS_ROOT,'test', 'mocks', 'open_id_authentication_mock.rb')
+require File.join(RAILS_ROOT,'test', 'mocks', 'open_id_authentication_mock.rb')
class Test::Unit::TestCase
# Transactional fixtures accelerate your tests by wrapping each test method