test/render.rb in cuba-3.0.0.rc2 vs test/render.rb in cuba-3.0.0.rc3
- old
+ new
@@ -88,7 +88,7 @@
end
end
_, _, resp = Cuba.call({})
- assert_equal ["Header\nThis is the actual content.\nFooter\n"], resp.body
+ assert_response resp, ["Header\nThis is the actual content.\nFooter\n"]
end