Fix various routing and route generation errors

This commit is contained in:
Tom Hughes 2012-03-09 23:01:21 +00:00
parent 6391ea5a7a
commit 58d889436f
11 changed files with 32 additions and 24 deletions

View file

@ -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(