Sha256: 416016213e0d471828ad12e180b3a99a61c0ac7f9b7cc69bc08d871ce73f5dda

Contents?: true

Size: 685 Bytes

Versions: 103

Compression:

Stored size: 685 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
      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
      end
      """

Version data entries

103 entries across 103 versions & 9 rubygems

Version Path
aslakhellesoy-cucumber-0.3.10 features/snippet.feature
aslakhellesoy-cucumber-0.3.100 features/snippet.feature
aslakhellesoy-cucumber-0.3.101.2 features/snippet.feature
aslakhellesoy-cucumber-0.3.101 features/snippet.feature
aslakhellesoy-cucumber-0.3.102.1 features/snippet.feature
aslakhellesoy-cucumber-0.3.102.2 features/snippet.feature
aslakhellesoy-cucumber-0.3.102 features/snippet.feature
aslakhellesoy-cucumber-0.3.103 features/snippet.feature
aslakhellesoy-cucumber-0.3.104 features/snippet.feature
aslakhellesoy-cucumber-0.3.11.1 features/snippet.feature
aslakhellesoy-cucumber-0.3.11.200907091518 features/snippet.feature
aslakhellesoy-cucumber-0.3.11.3 features/snippet.feature
aslakhellesoy-cucumber-0.3.11.5 features/snippet.feature
aslakhellesoy-cucumber-0.3.11.6 features/snippet.feature
aslakhellesoy-cucumber-0.3.11 features/snippet.feature
aslakhellesoy-cucumber-0.3.3.1 features/snippet.feature
aslakhellesoy-cucumber-0.3.3.2 features/snippet.feature
aslakhellesoy-cucumber-0.3.3.3 features/snippet.feature
aslakhellesoy-cucumber-0.3.3.4 features/snippet.feature
aslakhellesoy-cucumber-0.3.3.5 features/snippet.feature