test/helpers.rb in cuba-sugar-0.2.2 vs test/helpers.rb in cuba-sugar-0.2.4
- old
+ new
@@ -18,7 +18,7 @@
env = { "SCRIPT_NAME" => "/", "PATH_INFO" => "/users" }
_, _, resp = Cuba.call(env)
- assert_equal ["I will shout: HELLO"], resp.body
+ assert_equal ["I will shout: HELLO"], resp
end