Sha256: 82d448c7ceb3f3d1312e706f7ff48c7d90c0485df79800b3c211858043e90b95
Contents?: true
Size: 520 Bytes
Versions: 128
Compression:
Stored size: 520 Bytes
Contents
@rspec Feature: Running specs without simplecov configuration Scenario: No config at all When I successfully run `bundle exec rspec spec` Then no coverage report should have been generated Scenario: Configured, but not started Given SimpleCov for RSpec is configured with: """ require 'simplecov' SimpleCov.configure do add_filter 'somefilter' end """ When I successfully run `bundle exec rspec spec` Then no coverage report should have been generated
Version data entries
128 entries across 112 versions & 19 rubygems