Sha256: 904ba069f3bb1adb3c069a172ddc21b5e5a657bc052adfc31fd00ff2120a201f

Contents?: true

Size: 737 Bytes

Versions: 65

Compression:

Stored size: 737 Bytes

Contents

Feature: https://rspec.lighthouseapp.com/projects/16211/tickets/371
  Scenario: Before runs once
    Given a standard Cucumber project directory structure
    And a file named "features/f.feature" with:
      """
      Feature: F
        Scenario: S
          Given G
      """
    And a file named "features/step_definitions/steps.rb" with:
      """
      Before do
        puts "B"
      end
      Given /G/ do
        puts "G"
      end
      """
    When I run cucumber -q --format pretty --format progress --out progress.txt features/f.feature
    Then it should pass with
      """
      Feature: F

        Scenario: S
          Given G
            B
            G

      1 scenario (1 passed)
      1 step (1 passed)

      """

Version data entries

65 entries across 63 versions & 9 rubygems

Version Path
cucumber-1.3.20 legacy_features/bug_371.feature
cucumber-1.3.19 legacy_features/bug_371.feature
cucumber-1.3.18 legacy_features/bug_371.feature
cucumber-1.3.17 legacy_features/bug_371.feature
cucumber-1.3.16 legacy_features/bug_371.feature
cucumber-1.3.15 legacy_features/bug_371.feature
cucumber-1.3.14 legacy_features/bug_371.feature
cucumber-1.3.13 legacy_features/bug_371.feature
cucumber-1.3.12 legacy_features/bug_371.feature
cucumber-1.3.11 legacy_features/bug_371.feature
cucumber-1.3.10 legacy_features/bug_371.feature
cucumber-1.3.9 legacy_features/bug_371.feature
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/cucumber-1.2.1/legacy_features/bug_371.feature
candlepin-api-0.4.0 bundle/ruby/1.8/gems/cucumber-1.2.1/legacy_features/bug_371.feature
candlepin-api-0.4.0 bundle/ruby/gems/cucumber-1.2.1/legacy_features/bug_371.feature
cucumber-1.3.8 legacy_features/bug_371.feature
cucumber-1.3.7 legacy_features/bug_371.feature
cucumber-1.3.6 legacy_features/bug_371.feature
cucumber-1.3.5 legacy_features/bug_371.feature
cucumber-1.3.4 legacy_features/bug_371.feature