Sha256: 6bb8aa2b5fa14acb4011b1cb0e790001459f59a61c4541c4206ed1ac4062521b

Contents?: true

Size: 277 Bytes

Versions: 36

Compression:

Stored size: 277 Bytes

Contents

if ENV['START_SIMPLECOV'].to_i == 1
  require 'simplecov'
  SimpleCov.start do
    add_filter "#{File.basename(File.dirname(__FILE__))}/"
  end
end
if ENV['CODECLIMATE_REPO_TOKEN']
  require "codeclimate-test-reporter"
  CodeClimate::TestReporter.start
end
require 'test/unit'

Version data entries

36 entries across 35 versions & 6 rubygems

Version Path
tins-1.6.0 tests/test_helper.rb
tins-1.5.4 tests/test_helper.rb
tins-1.5.3 tests/test_helper.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/tins-1.5.1/tests/test_helper.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/tins-1.5.2/tests/test_helper.rb
tins-1.5.2 tests/test_helper.rb
tins-1.5.1 tests/test_helper.rb
tins-1.5.0 tests/test_helper.rb
tins-1.4.2 tests/test_helper.rb
tins-1.4.1 tests/test_helper.rb
tins-1.4.0 tests/test_helper.rb
tins-1.3.5 tests/test_helper.rb
tins-1.3.4 tests/test_helper.rb
tins-1.3.3 tests/test_helper.rb
tins-1.3.2 tests/test_helper.rb
tins-1.3.1 tests/test_helper.rb