Remove /user_blocks/new route
This commit is contained in:
parent
9b2db63a95
commit
1e62ae4b18
2 changed files with 1 additions and 5 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue