fix typo of integration users test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9626 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b0414ec1fb
commit
17d19febc6
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
|
|
||||||
class USersTest < ActionController::IntegrationTest
|
class UsersTest < ActionController::IntegrationTest
|
||||||
fixtures :users
|
fixtures :users
|
||||||
|
|
||||||
def test_destroy_should_not_accept_get_requests
|
def test_destroy_should_not_accept_get_requests
|
||||||
|
|
Loading…
Reference in New Issue