spec/routing_spec.rb in alchemy_cms-2.0.7 vs spec/routing_spec.rb in alchemy_cms-2.1.beta1
- old
+ new
@@ -10,10 +10,10 @@
}.should route_to(
:controller => "attachments",
:action => "download",
:id => "32",
:name => "Presseveranstaltung",
- :format => "pdf"
+ :suffix => "pdf"
)
end
it "should have a route for legacy Alchemy 1.x downloads" do
{