Update to rails 4.0.0
This commit is contained in:
parent
40b452ac74
commit
984c6dc114
16 changed files with 229 additions and 247 deletions
|
@ -59,7 +59,7 @@ class SiteControllerTest < ActionController::TestCase
|
|||
{ :controller => "site", :action => "permalink", :code => "shortcode" }
|
||||
)
|
||||
assert_routing(
|
||||
{ :path => "/preview/formatname", :method => :get },
|
||||
{ :path => "/preview/formatname", :method => :post },
|
||||
{ :controller => "site", :action => "preview", :format => "formatname" }
|
||||
)
|
||||
assert_routing(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue