Sha256: 3bdc6784fa70f29cd0144db25de2a98f5750b5915608d1a1fea41f2592dfb843
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
require 'test/unit/assertions' module Test::Unit::Assertions def pass assert(true) end end module TestUtils def eval_in_unrefined_scope(expr) eval(expr) end end begin if ENV['COVERAGE'] require 'simplecov' SimpleCov.start do add_filter '/test/' end end rescue LoadError end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pattern-match-1.0.1 | test/helper.rb |