Sha256: 98e5f02ac4f651ef97943f9ef405df9edd2d66718e9293a1033314c035e59ac1

Contents?: true

Size: 491 Bytes

Versions: 12

Compression:

Stored size: 491 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'
Dir['./spec/support/**/*.rb'].sort.each { |f| require f }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pio-0.30.0 spec/spec_helper.rb
pio-0.29.0 spec/spec_helper.rb
pio-0.28.1 spec/spec_helper.rb
pio-0.28.0 spec/spec_helper.rb
pio-0.27.2 spec/spec_helper.rb
pio-0.27.1 spec/spec_helper.rb
pio-0.27.0 spec/spec_helper.rb
pio-0.26.0 spec/spec_helper.rb
pio-0.25.0 spec/spec_helper.rb
pio-0.24.2 spec/spec_helper.rb
pio-0.24.1 spec/spec_helper.rb
pio-0.24.0 spec/spec_helper.rb