Sha256: 720260fef8687a4d2a235168fde403506b3553e6d7906d85abd3358473871ecb

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

Feature: Annotations

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

  Background:
    Given I have created a new Rails app with no database and installed cucumber-rails
    When I write to "features/tests.feature" with:
      """
      Feature: Tests
        Scenario: Tests
          # TODO: When I go to the products page
      """

  Scenario: See annotations in .feature file
    When I run `bundle exec rake notes`
    Then it should pass with:
      """
      features/tests.feature:
        * [ 3] [TODO] When I go to the products page
      """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber-rails-1.8.0 features/annotations.feature