Sha256: 48cc1d3af0b6f73bc9d87eb826bbb748b8e0eecafba8cbce2dcc978e0bb6849d

Contents?: true

Size: 241 Bytes

Versions: 16

Compression:

Stored size: 241 Bytes

Contents

require 'minitest/ci'
require 'simplecov'
require 'simplecov-rcov'

SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
SimpleCov.start

if $0 == __FILE__
  TestHelpers::load_env
  puts ENV.inspect
end

MiniTest::Ci.auto_clean = false

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cogbot-0.1.14 test/helper.rb
cogbot-0.1.13 test/helper.rb
cogbot-0.1.12 test/helper.rb
cogbot-0.1.11 test/helper.rb
cogbot-0.1.10 test/helper.rb
cogbot-0.1.9 test/helper.rb
cogbot-0.1.7 test/helper.rb
cogbot-0.1.6 test/helper.rb
cogbot-0.1.5 test/helper.rb
cogbot-0.1.4 test/helper.rb
cogbot-0.1.3 test/helper.rb
cogbot-0.1.2 test/helper.rb
cogbot-0.1.1 test/helper.rb
cogbot-0.1.0 test/helper.rb
cogbot-0.0.3 test/helper.rb
cogbot-0.0.2 test/helper.rb