test/helper.rb in pattern-match-0.5.1 vs test/helper.rb in pattern-match-1.0.0

- old
+ new

@@ -1,4 +1,12 @@ +require 'test/unit/assertions' + +module Test::Unit::Assertions + def pass + assert(true) + end +end + begin if ENV['COVERAGE'] require 'simplecov' SimpleCov.start do add_filter '/test/'