should be using a / in this route rather than a #

This commit is contained in:
Aaron Patterson
2011-08-31 16:08:14 -07:00
parent e851e9e407
commit c5a91d0288

View File

@@ -141,7 +141,7 @@ module ApplicationTests
test "routes appending blocks" do
app_file 'config/routes.rb', <<-RUBY
AppTemplate::Application.routes.draw do
match ':controller#:action'
match ':controller/:action'
end
RUBY