Sha256: a1da24fc7abf62a310fe147315ee94e2c227ccd73e7410fa79c531eac9759c04

Contents?: true

Size: 168 Bytes

Versions: 51

Compression:

Stored size: 168 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'

Version data entries

51 entries across 51 versions & 5 rubygems

Version Path
tins-1.1.0 tests/test_helper.rb
tins-1.0.1 tests/test_helper.rb
tins-1.0.0 tests/test_helper.rb
dslkit-0.2.13 tests/test_helper.rb
more_math-0.1.0 tests/test_helper.rb
dslkit-0.2.12 tests/test_helper.rb
file-tail-1.0.12 tests/test_helper.rb
dslkit-0.2.11 tests/test_helper.rb
file-tail-1.0.11 tests/test_helper.rb
file-tail-1.0.10 tests/test_helper.rb
tins-0.4.3 tests/test_helper.rb
file-tail-1.0.9 tests/test_helper.rb
tins-0.4.2 tests/test_helper.rb
tins-0.4.1 tests/test_helper.rb
tins-0.4.0 tests/test_helper.rb
tins-0.3.14 tests/test_helper.rb
tins-0.3.13 tests/test_helper.rb
tins-0.3.12 tests/test_helper.rb
tins-0.3.11 tests/test_helper.rb
io-tail-0.0.3 tests/test_helper.rb