summaryrefslogtreecommitdiffstats
path: root/test/functional/enumerations_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/enumerations_controller_test.rb')
-rw-r--r--test/functional/enumerations_controller_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/enumerations_controller_test.rb b/test/functional/enumerations_controller_test.rb
index a87d72d9f..374fc9ada 100644
--- a/test/functional/enumerations_controller_test.rb
+++ b/test/functional/enumerations_controller_test.rb
@@ -20,8 +20,6 @@
require_relative '../test_helper'
class EnumerationsControllerTest < Redmine::ControllerTest
- fixtures :enumerations, :issues, :users
-
def setup
@request.session[:user_id] = 1 # admin
end