Sha256: 8ca71b13dbd5c31b8fbe100ed92098c28ffaedab9c233d4cda2f95afee5de8e6

Contents?: true

Size: 801 Bytes

Versions: 32

Compression:

Stored size: 801 Bytes

Contents

Feature: Snippets
  In order to help speed up writing step definitions
  As a feature editor
  I want snippet suggestions for undefined step definitions

  Scenario: Snippet for undefined step with a pystring
    When I run cucumber features/undefined_multiline_args.feature:3 -s
    Then the output should contain
      """
      Given /^a pystring$/ do |string|
        pending # express the regexp above with the code you wish you had
      end
      """
  Scenario: Snippet for undefined step with a step table
    When I run cucumber features/undefined_multiline_args.feature:9 -s
    Then the output should contain
      """
      Given /^a table$/ do |table|
        # table is a Cucumber::Ast::Table
        pending # express the regexp above with the code you wish you had
      end
      """

Version data entries

32 entries across 32 versions & 5 rubygems

Version Path
cucumber-0.8.0 features/snippet.feature
cucumber-0.7.3 features/snippet.feature
cucumber-0.7.2 features/snippet.feature
cucumber-0.7.1 features/snippet.feature
cucumber-0.7.0 features/snippet.feature
cucumber-0.7.0.beta.8 features/snippet.feature
cucumber-0.7.0.beta.7 features/snippet.feature
cucumber-0.7.0.beta.6 features/snippet.feature
cucumber-0.7.0.beta.5 features/snippet.feature
cucumber-0.7.0.beta.4 features/snippet.feature
cucumber-0.7.0.beta.3 features/snippet.feature
cucumber-0.7.0.beta.2 features/snippet.feature
cucumber-0.7.0.beta.1 features/snippet.feature
cucumber-0.6.4 features/snippet.feature
cucumber-0.6.3 features/snippet.feature
davidtrogers-cucumber-0.6.2 features/snippet.feature
cucumber-0.6.2 features/snippet.feature
cucumber-0.6.1 features/snippet.feature
cucumber-0.6.0 features/snippet.feature
cucumber-0.5.3 features/snippet.feature