Sha256: 9e0f4b6b20e5ea0c6bce5af7744ad1d9f49b647529d3c1c6d2e13275f9be7c1d

Contents?: true

Size: 436 Bytes

Versions: 6

Compression:

Stored size: 436 Bytes

Contents

require 'simplecov'
require 'codeclimate-test-reporter'
require 'coveralls'

formatters = [SimpleCov::Formatter::HTMLFormatter]
formatters << Coveralls::SimpleCov::Formatter if ENV['COVERALLS_REPO_TOKEN']
if ENV['CODECLIMATE_REPO_TOKEN']
  formatters << CodeClimate::TestReporter::Formatter
end

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new(formatters)
SimpleCov.start { add_filter '/vendor/' }

require 'rspec/given'

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
trema-0.10.1 spec/spec_helper.rb
trema-0.10.0 spec/spec_helper.rb
phut-0.7.7 spec/spec_helper.rb
phut-0.7.6 spec/spec_helper.rb
trema-0.9.0 spec/spec_helper.rb
phut-0.7.5 spec/spec_helper.rb