test/integration.rb in cuba-3.0.0 vs test/integration.rb in cuba-3.0.1.rc1

- old
+ new

@@ -76,10 +76,10 @@ "SCRIPT_NAME" => "/" } status, headers, resp = Cuba.call(env) assert 200 == status - assert "text/html" == headers["Content-Type"] + assert "text/html; charset=utf-8" == headers["Content-Type"] assert_response resp, ["2nd Default"] assert "1" == env["m.first"] assert "2" == env["m.second"] assert "3" == env["m.block"]