diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-24 04:20:49 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-24 04:20:49 +0000 |
commit | 6f6c519d0c9c0fddd6c3e68d0fc3a843d4f7ec7d (patch) | |
tree | 12b40d148e3469fb546a6bce0a4e6ea67be8cc8f /test | |
parent | aeca1c20c441888fb654f68d8e7ee193cf833283 (diff) | |
download | redmine-6f6c519d0c9c0fddd6c3e68d0fc3a843d4f7ec7d.tar.gz redmine-6f6c519d0c9c0fddd6c3e68d0fc3a843d4f7ec7d.zip |
remove fixtures from test/functional/auth_sources_controller_test.rb
This test does not need fixtures.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7487 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/auth_sources_controller_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/auth_sources_controller_test.rb b/test/functional/auth_sources_controller_test.rb index 542228044..c7d1c013f 100644 --- a/test/functional/auth_sources_controller_test.rb +++ b/test/functional/auth_sources_controller_test.rb @@ -1,7 +1,6 @@ require File.expand_path('../../test_helper', __FILE__) class AuthSourcesControllerTest < ActionController::TestCase - fixtures :all def setup @request.session[:user_id] = 1 |