test/helper.rb in cuba-3.0.0.rc4 vs test/helper.rb in cuba-3.0.0.rc5
- old
+ new
@@ -6,6 +6,7 @@
def assert_response(body, expected)
arr = []
body.each { |line| arr << line }
flunk "#{arr.inspect} != #{expected.inspect}" unless arr == expected
+ print "."
end