Sha256: 0796ac815dd2d7b1af7d96184eaf28fc31cc9a5f07e410b20e630339e94ea51e
Contents?: true
Size: 187 Bytes
Versions: 4
Compression:
Stored size: 187 Bytes
Contents
if ENV['START_SIMPLECOV'].to_i == 1 require 'simplecov' SimpleCov.start do add_filter "#{File.basename(File.dirname(__FILE__))}/" end end require 'test/unit' require 'protocol'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
protocol-2.0.1 | tests/test_helper.rb |
protocol-2.0.0 | tests/test_helper.rb |
protocol-1.0.1 | tests/test_helper.rb |
protocol-1.0.0 | tests/test_helper.rb |