Fix failing test introduced by optional-format routes

This commit is contained in:
Jeremy Kemper 2008-12-08 19:19:48 -08:00
parent 39de112e7b
commit 9adcf951ea
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class PageCachingTest < ActionController::TestCase
ActionController::Routing::Routes.draw do |map|
map.main '', :controller => 'posts'
map.formatted_posts 'posts.:format', :controller => 'posts'
map.resources :posts
map.connect ':controller/:action/:id'
end