Sha256: 1eeafcba4631715a46d540f914ae8dfc7fbc5f26be533a1dc6172ae01a4e086d

Contents?: true

Size: 624 Bytes

Versions: 3

Compression:

Stored size: 624 Bytes

Contents

Feature: Annotations

  In order to track my development progress
  As a developer
  I should be able to list annotations in my features

  Scenario: See annotations in feature file
    Given I have created a new Rails app with no database and installed cucumber-rails
    When I write to "features/products.feature" with:
      """
      Feature: Products
        Scenario: Test a Product
          # TODO: When I go to the products page
      """
    When I run `bundle exec rake notes`
    Then it should pass with:
      """
      features/products.feature:
        * [3] [TODO] When I go to the products page
      """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cucumber-rails-2.2.0 features/annotations.feature
cucumber-rails-2.1.0 features/annotations.feature
cucumber-rails-2.0.0 features/annotations.feature