Sha256: b99948cfbef24969e113a135189ccf080a980986390bf4da0bcb37fae81dd69c

Contents?: true

Size: 439 Bytes

Versions: 20

Compression:

Stored size: 439 Bytes

Contents

if
  RUBY_VERSION == "2.0.0" # check Gemfile
then
  require "coveralls"
  require "simplecov"

  SimpleCov.start do
    formatter SimpleCov::Formatter::MultiFormatter[
      SimpleCov::Formatter::HTMLFormatter,
      Coveralls::SimpleCov::Formatter,
    ]
    command_name "Unit Tests"
    add_filter "/test/"
    add_filter "/demo/"
  end

  Coveralls.noisy = true unless ENV['CI']
end

require 'minitest/autorun'
require 'minitest/unit'

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
nlmt-wrappers-0.0.1 test/test_helper.rb
gem-wrappers-1.4.0 test/test_helper.rb
gem-wrappers-1.3.2 test/test_helper.rb
gem-wrappers-1.3.1 test/test_helper.rb
gem-wrappers-1.3.0 test/test_helper.rb
gem-empty-1.1.2 test/test_helper.rb
gem-empty-1.1.1 test/test_helper.rb
gem-empty-1.1.0 test/test_helper.rb
gem-wrappers-1.2.7 test/test_helper.rb
gem-wrappers-1.2.6.1 test/test_helper.rb
gem-wrappers-1.2.6 test/test_helper.rb
gem-wrappers-1.2.5 test/test_helper.rb
gem-wrappers-1.2.4 test/test_helper.rb
gem-wrappers-1.2.3 test/test_helper.rb
gem-wrappers-1.2.2 test/test_helper.rb
gem-wrappers-1.2.1 test/test_helper.rb
gem-wrappers-1.2.0 test/test_helper.rb
gem-empty-1.0.0 test/test_helper.rb
gem-empty-0.9.0 test/test_helper.rb
gem-wrappers-1.1.0 test/test_helper.rb