Sha256: 694cd9d466ea9bbe31a7da0458bbf42acf78101c79633173732ff0ee0d976919

Contents?: true

Size: 433 Bytes

Versions: 63

Compression:

Stored size: 433 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[*formatters]
SimpleCov.start { add_filter '/vendor/' }

require 'rspec/given'

Version data entries

63 entries across 63 versions & 3 rubygems

Version Path
trema-0.8.4 spec/spec_helper.rb
phut-0.7.4 spec/spec_helper.rb
trema-0.8.3 spec/spec_helper.rb
phut-0.7.3 spec/spec_helper.rb
trema-0.8.2 spec/spec_helper.rb
phut-0.7.2 spec/spec_helper.rb
trema-0.8.1 spec/spec_helper.rb
phut-0.7.1 spec/spec_helper.rb
trema-0.8.0 spec/spec_helper.rb
phut-0.7.0 spec/spec_helper.rb
phut-0.6.11 spec/spec_helper.rb
trema-0.7.1 spec/spec_helper.rb
trema-0.7.0 spec/spec_helper.rb
phut-0.6.10 spec/spec_helper.rb
trema-0.6.0 spec/spec_helper.rb
phut-0.6.9 spec/spec_helper.rb
phut-0.6.8 spec/spec_helper.rb
phut-0.6.7 spec/spec_helper.rb
trema-0.5.1 spec/spec_helper.rb
trema-0.5.0 spec/spec_helper.rb