test/test_helper.rb in vegas-0.1.2 vs test/test_helper.rb in vegas-0.1.3

- old
+ new

@@ -46,6 +46,10 @@ body =~ /^\<html/ ? body : "<html><body>#{body}</body></html>" end end -Bacon::Context.send(:include, TestHelper) \ No newline at end of file +module Bacon + summary_on_exit + # extend TestUnitOutput + class Context; include TestHelper; end +end