diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-05-05 05:29:28 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-05-05 05:29:28 +0000 |
commit | 17d19febc64733962562a8cfc61317f4c8c2a688 (patch) | |
tree | 237b4114f27f8dc22974adb92d29a081a285aa03 /test/integration/users_test.rb | |
parent | b0414ec1fbabfa8fa84e69eedcf7617fb969fd82 (diff) | |
download | redmine-17d19febc64733962562a8cfc61317f4c8c2a688.tar.gz redmine-17d19febc64733962562a8cfc61317f4c8c2a688.zip |
fix typo of integration users test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9626 e93f8b46-1217-0410-a6f0-8f06a7374b81
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 a0c461b49..a93bca913 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 < ActionController::IntegrationTest +class UsersTest < ActionController::IntegrationTest fixtures :users def test_destroy_should_not_accept_get_requests |