Sha256: 36a3b2136154c8a04a62d17cb799bec630224f5bec512886862e23b9b4a46c37
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 Bytes
Contents
require 'simplecov' class InceptionFormatter def format(result) Coveralls::SimpleCov::Formatter.new.format(result) end end SimpleCov.formatter = InceptionFormatter SimpleCov.start do add_filter 'spec' end require 'coveralls' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
coveralls-0.5.4 | spec/spec_helper.rb |
coveralls-0.5.3 | spec/spec_helper.rb |
coveralls-0.5.2 | spec/spec_helper.rb |
coveralls-0.5.1 | spec/spec_helper.rb |