test/composition.rb in cuba-2.0.1 vs test/composition.rb in cuba-2.1.0.rc1
- old
+ new
@@ -1,8 +1,8 @@
require File.expand_path("helper", File.dirname(__FILE__))
test "composing on top of a PATH" do
- Services = Cuba::Ron.new {
+ Services = Cuba.new {
on "services/:id" do |id|
res.write "View #{id}"
end
}
\ No newline at end of file