mirror of
https://github.com/redmine/redmine.git
synced 2026-03-16 17:40:53 +01:00
Functional tests cleanup.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10936 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -19,6 +19,7 @@ require File.expand_path('../../test_helper', __FILE__)
|
||||
require 'issues_controller'
|
||||
|
||||
class IssuesControllerTransactionTest < ActionController::TestCase
|
||||
tests IssuesController
|
||||
fixtures :projects,
|
||||
:users,
|
||||
:roles,
|
||||
@@ -46,9 +47,6 @@ class IssuesControllerTransactionTest < ActionController::TestCase
|
||||
self.use_transactional_fixtures = false
|
||||
|
||||
def setup
|
||||
@controller = IssuesController.new
|
||||
@request = ActionController::TestRequest.new
|
||||
@response = ActionController::TestResponse.new
|
||||
User.current = nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user