diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2009-02-11 19:07:18 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2009-02-11 19:07:18 +0000 |
commit | 48e26aa75b415045a6b83a37cafef478b996ca8a (patch) | |
tree | 8f974a6dece7ed0a64bb3db70997b3dfe6cdda99 /test/test_helper.rb | |
parent | 0310f43126ac8a8a7e14c8c3a09118b34ed6ff2f (diff) | |
download | redmine-48e26aa75b415045a6b83a37cafef478b996ca8a.tar.gz redmine-48e26aa75b415045a6b83a37cafef478b996ca8a.zip |
Adding OpenID mock and test. #699
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2444 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index f61b88d8c..57866d49e 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -19,6 +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') class Test::Unit::TestCase # Transactional fixtures accelerate your tests by wrapping each test method |