test/router_spec.rb in trellis-0.0.4 vs test/router_spec.rb in trellis-0.0.5
- old
+ new
@@ -46,7 +46,7 @@
it "with a path containing a single wildcard param it should capture the values in splat" do
@router = Trellis::Router.new(:path => '/*')
@router.keys.should include('splat')
end
-
+
end