Sha256: 55f47dac9e4190ffabd59fe9e8e693806d051a989e4da5b6afe8a90d39d58b28

Contents?: true

Size: 731 Bytes

Versions: 16

Compression:

Stored size: 731 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 -n
    Then the output should contain
      """
      Given /^a pystring$/ do |string|
        # string is a Cucumber::Ast::PyString
        pending
      end
      """
  Scenario: Snippet for undefined step with a step table
    When I run cucumber features/undefined_multiline_args.feature:9 -n
    Then the output should contain
      """
      Given /^a table$/ do |table|
        # table is a Cucumber::Ast::Table
        pending
      end
      """

Version data entries

16 entries across 16 versions & 5 rubygems

Version Path
aslakhellesoy-cucumber-0.2.3.1 features/snippet.feature
aslakhellesoy-cucumber-0.2.3.2 features/snippet.feature
aslakhellesoy-cucumber-0.2.3.3 features/snippet.feature
aslakhellesoy-cucumber-0.2.3.4 features/snippet.feature
aslakhellesoy-cucumber-0.3.0.1 features/snippet.feature
aslakhellesoy-cucumber-0.3.0 features/snippet.feature
aslakhellesoy-cucumber-0.3.1.1 features/snippet.feature
aslakhellesoy-cucumber-0.3.1 features/snippet.feature
aslakhellesoy-cucumber-0.3.2 features/snippet.feature
cavalle-cucumber-0.2.3.3.1 features/snippet.feature
cavalle-cucumber-0.2.3.3.2 features/snippet.feature
fcoury-cucumber-0.2.3.1 features/snippet.feature
kosmas58-cucumber-0.2.3.3 features/snippet.feature
cucumber-0.3.1 features/snippet.feature
cucumber-0.3.0 features/snippet.feature
cucumber-0.3.2 features/snippet.feature