Update to rails 4.0.0

This commit is contained in:
Tom Hughes 2013-06-26 22:41:10 +01:00
parent 40b452ac74
commit 984c6dc114
16 changed files with 229 additions and 247 deletions

View file

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