diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-14 09:35:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-14 09:35:49 +0000 |
commit | 2e4e610930cda0a800bced31f2ab0a473fd384e2 (patch) | |
tree | 17dc8a16782044e0b9e9a0796d41794c7287eb95 /test/functional/custom_field_enumerations_controller_test.rb | |
parent | 9d9e26317a611a393d966e80ec4620304baff67e (diff) | |
download | redmine-2e4e610930cda0a800bced31f2ab0a473fd384e2.tar.gz redmine-2e4e610930cda0a800bced31f2ab0a473fd384e2.zip |
Adds our own class for controller tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@15661 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/custom_field_enumerations_controller_test.rb')
-rw-r--r-- | test/functional/custom_field_enumerations_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/custom_field_enumerations_controller_test.rb b/test/functional/custom_field_enumerations_controller_test.rb index bf72667e8..c9fa39621 100644 --- a/test/functional/custom_field_enumerations_controller_test.rb +++ b/test/functional/custom_field_enumerations_controller_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../test_helper', __FILE__) -class CustomFieldEnumerationsControllerTest < ActionController::TestCase +class CustomFieldEnumerationsControllerTest < Redmine::ControllerTest fixtures :users, :email_addresses def setup |