diff options
Diffstat (limited to 'test/integration/users_test.rb')
-rw-r--r-- | test/integration/users_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/users_test.rb b/test/integration/users_test.rb index de5e35e18..85c6f31a2 100644 --- a/test/integration/users_test.rb +++ b/test/integration/users_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../test_helper', __FILE__) -class UsersTest < ActionDispatch::IntegrationTest +class UsersTest < Redmine::IntegrationTest fixtures :users def test_destroy_should_not_accept_get_requests |