Merge remote-tracking branch 'upstream/pull/5091'

This commit is contained in:
Tom Hughes 2024-08-18 11:59:42 +01:00
commit 71d459c71c
2 changed files with 1 additions and 5 deletions

View file

@ -13,10 +13,6 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
{ :path => "/user_blocks", :method => :get },
{ :controller => "user_blocks", :action => "index" }
)
assert_routing(
{ :path => "/user_blocks/new", :method => :get },
{ :controller => "user_blocks", :action => "new" }
)
assert_routing(
{ :path => "/user_blocks", :method => :post },
{ :controller => "user_blocks", :action => "create" }