Sha256: 9d6f8b3437447c4e28d724cb6a790d75fa9497b60ee26f12bf007c79c4c56474

Contents?: true

Size: 1015 Bytes

Versions: 62

Compression:

Stored size: 1015 Bytes

Contents

@cucumber
Feature:

  Simply adding the basic simplecov lines to a project should get
  the user a coverage report after running `cucumber features`

  Scenario:
    Given SimpleCov for Cucumber is configured with:
      """
      require 'simplecov'
      SimpleCov.start
      """

    When I open the coverage report generated with `bundle exec cucumber features`
    Then I should see the groups:
      | name      | coverage | files |
      | All Files | 91.23%   | 6     |

    And I should see the source files:
      | name                                    | coverage |
      | lib/faked_project.rb                    | 100.0 %  |
      | lib/faked_project/some_class.rb         | 80.0 %  |
      | lib/faked_project/framework_specific.rb | 75.0 %   |
      | lib/faked_project/meta_magic.rb         | 100.0 %  |
      | features/step_definitions/my_steps.rb   | 100.0 %  |
      | features/support/simplecov_config.rb    | 100.0 %  |

    And the report should be based upon:
      | Cucumber Features |

Version data entries

62 entries across 47 versions & 6 rubygems

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