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