Sha256: 6f654f8b8cc6dd20ff23b28c7c7d8667e8255424d172ecc2ff351ca3115c289d

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

require 'simplecov'
SimpleCov.start

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "pronto/simplecov"

RSpec.configure do |c|
  c.filter_run focus: true
  c.run_all_when_everything_filtered = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pronto-simplecov-0.11.0 spec/spec_helper.rb
pronto-simplecov-0.10.1 spec/spec_helper.rb
pronto-simplecov-0.10.0 spec/spec_helper.rb
pronto-simplecov-0.1.1 spec/spec_helper.rb
pronto-simplecov-0.1.0 spec/spec_helper.rb