test/path.rb in cuba-2.0.0.rc2 vs test/path.rb in cuba-2.0.0.rc3
- old
+ new
@@ -12,10 +12,9 @@
end
_, _, resp = Cuba.call(env)
assert_equal ["About"], resp.body
- assert_equal({ "SCRIPT_NAME" => "/", "PATH_INFO" => "/about" }, env)
end
test "two level nested paths" do |env|
Cuba.define do
on "about" do
\ No newline at end of file