Sha256: 243a112b40983a755561eac1b0aa5ea45a0664ccc162613b9bf78fbc69de40ee

Contents?: true

Size: 609 Bytes

Versions: 64

Compression:

Stored size: 609 Bytes

Contents

@test_unit @config
Feature:

  The output directory for test coverage can be customized
  with the SimpleCov.coverage_dir setting. All coverage reports
  will be put there instead of the default 'coverage' directory
  in your project's root.

  Scenario:
    Given SimpleCov for Test/Unit is configured with:
      """
      require 'simplecov'
      SimpleCov.start do
        coverage_dir 'test/simplecov'
      end
      """

    When I successfully run `bundle exec rake test`
    Then a coverage report should have been generated in "test/simplecov"
    And a directory named "coverage" should not exist

Version data entries

64 entries across 49 versions & 6 rubygems

Version Path
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/simplecov-0.7.1/features/config_coverage_dir.feature
candlepin-api-0.4.0 bundle/ruby/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-1.0.0 vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-1.0.0.beta3 vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/simplecov-0.7.1/features/config_coverage_dir.feature
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-1.0.0.beta2 vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-1.0.0.beta vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
simplecov-0.8.0.pre features/config_coverage_dir.feature
challah-0.9.1.beta.3 vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
devise_sociable-0.1.0 vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-0.9.1.beta vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-0.9.0 vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/simplecov-0.6.4/features/config_coverage_dir.feature
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/simplecov-0.6.4/features/config_coverage_dir.feature
challah-rolls-0.2.0 vendor/bundle/gems/simplecov-0.6.4/features/config_coverage_dir.feature
challah-rolls-0.2.0 vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature
challah-0.8.3 vendor/bundle/gems/simplecov-0.6.4/features/config_coverage_dir.feature
challah-0.8.3 vendor/bundle/gems/simplecov-0.7.1/features/config_coverage_dir.feature