Sha256: a75113d3ca8c84de2ee4b3f745c3ccab239491aed74d1e37fd4530a19e6fa96e

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

require 'simplecov'
SimpleCov.start 'teamcity'

require 'simplecov-teamcity-summary'
require 'pry'

support_path = File.expand_path("spec/support")
Dir["#{support_path}/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.color_enabled = true
  config.tty = true
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simplecov-teamcity-summary-0.1.2 spec/spec_helper.rb
simplecov-teamcity-summary-0.1.1 spec/spec_helper.rb
simplecov-teamcity-summary-0.1.0 spec/spec_helper.rb