##// END OF EJS Templates
fix typo of integration users test...
Toshi MARUYAMA -
r9443:17d19febc647
parent child
Show More
@@ -17,7 +17,7
17
17
18 require File.expand_path('../../test_helper', __FILE__)
18 require File.expand_path('../../test_helper', __FILE__)
19
19
20 class USersTest < ActionController::IntegrationTest
20 class UsersTest < ActionController::IntegrationTest
21 fixtures :users
21 fixtures :users
22
22
23 def test_destroy_should_not_accept_get_requests
23 def test_destroy_should_not_accept_get_requests
General Comments 0
You need to be logged in to leave comments. Login now