Sha256: 85cd5a4ab48b27376c8371d0c758c0b47fd11b9b9cfcec2b2f920d425ab3af65
Contents?: true
Size: 587 Bytes
Versions: 4
Compression:
Stored size: 587 Bytes
Contents
Feature: step saving Background: Given a file named "examples/support/env.rb" with: """ require 'cucumberator' """ Scenario: last-step display Given a file named "examples/last_step.feature" with: """ Feature: example Scenario: example Then I will write new steps """ When I run `cucumber examples/last_step.feature` interactively And I type "When new step is executed" And I type "last-step" And I type "exit" Then it should pass with: """ It was: `When new step is executed` """
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cucumberator-1.0.3 | features/last_step.feature |
cucumberator-1.0.2 | features/last_step.feature |
cucumberator-1.0.1 | features/last_step.feature |
cucumberator-1.0.0 | features/last_step.feature |