This commit is contained in:
blake.mizerany@gmail.com 2007-09-25 00:08:09 +00:00
parent 3e085f52db
commit fdd44669bc
1 changed files with 0 additions and 1 deletions

View File

@ -17,6 +17,5 @@ describe "Route" do
route.recognize('/foo/bar.xml').should.equal true
route.params.should.equal :test => 'bar', :format => 'xml'
end
end