Fix various routing and route generation errors
This commit is contained in:
parent
6391ea5a7a
commit
58d889436f
11 changed files with 32 additions and 24 deletions
|
@ -43,7 +43,7 @@ class SiteControllerTest < ActionController::TestCase
|
|||
{ :controller => "site", :action => "offline" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/key", :method => :get },
|
||||
{ :path => "/key", :method => :post },
|
||||
{ :controller => "site", :action => "key" }
|
||||
)
|
||||
assert_routing(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue