Sha256: b5ef4834f5b7679d74dfba3ee94fc26d768ec2481c5befba3fbed5cafc5d7a9d
Contents?: true
Size: 531 Bytes
Versions: 128
Compression:
Stored size: 531 Bytes
Contents
@test_unit Feature: Running unit tests without simplecov configuration Scenario: No config at all When I successfully run `bundle exec rake test` Then no coverage report should have been generated Scenario: Configured, but not started Given SimpleCov for Test/Unit is configured with: """ require 'simplecov' SimpleCov.configure do add_filter 'somefilter' end """ When I successfully run `bundle exec rake test` Then no coverage report should have been generated
Version data entries
128 entries across 112 versions & 19 rubygems