diff options
-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 |