diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 04:55:00 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-25 04:55:00 +0000 |
commit | 587d530ca18c8da4d117ce5417092869d7d47b30 (patch) | |
tree | f1ec0b3a4e4d10c14a11bf3047d7956e034cc935 /test/functional/ldap_auth_sources_controller.rb | |
parent | 94a6068380889491a72f0ecb0f5d8ad3ee6d85fb (diff) | |
download | redmine-587d530ca18c8da4d117ce5417092869d7d47b30.tar.gz redmine-587d530ca18c8da4d117ce5417092869d7d47b30.zip |
replace 'require' at test/functional/ldap_auth_sources_controller.rb for running individually
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7513 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/ldap_auth_sources_controller.rb')
-rw-r--r-- | test/functional/ldap_auth_sources_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ldap_auth_sources_controller.rb b/test/functional/ldap_auth_sources_controller.rb index f0ae17a9e..5c045d59c 100644 --- a/test/functional/ldap_auth_sources_controller.rb +++ b/test/functional/ldap_auth_sources_controller.rb @@ -1,4 +1,4 @@ -require 'test_helper' +require File.expand_path('../../test_helper', __FILE__) class LdapAuthSourcesControllerTest < ActionController::TestCase fixtures :all |