This commit is contained in:
John Firebaugh 2013-07-15 17:38:42 -07:00
parent dae2c209d9
commit e3aaa6dd4b
7 changed files with 269 additions and 0 deletions

View file

@ -34,6 +34,10 @@ class SiteControllerTest < ActionController::TestCase
{ :path => "/copyright/locale", :method => :get },
{ :controller => "site", :action => "copyright", :copyright_locale => "locale" }
)
assert_routing(
{ :path => "/welcome", :method => :get },
{ :controller => "site", :action => "welcome" }
)
assert_routing(
{ :path => "/export", :method => :get },
{ :controller => "site", :action => "index", :export => true }