diff options
Diffstat (limited to 'test/functional/search_controller_test.rb')
-rw-r--r-- | test/functional/search_controller_test.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index d9a397343..1a624c3c7 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -20,15 +20,6 @@ require_relative '../test_helper' class SearchControllerTest < Redmine::ControllerTest - fixtures :projects, :projects_trackers, - :enabled_modules, :roles, :users, :members, :member_roles, - :issues, :trackers, :issue_statuses, :enumerations, - :issue_categories, :workflows, - :custom_fields, :custom_values, - :custom_fields_projects, :custom_fields_trackers, - :repositories, :changesets, - :user_preferences - def setup User.current = nil end |