Sha256: 8de97b69d21a7902e441f3959ef31b8ee06068d697657b19a4f76af80fbc5aea

Contents?: true

Size: 725 Bytes

Versions: 116

Compression:

Stored size: 725 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
      B
      G
          Given G

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

      """

Version data entries

116 entries across 116 versions & 15 rubygems

Version Path
aslakhellesoy-cucumber-0.3.100 features/bug_371.feature
aslakhellesoy-cucumber-0.3.101.2 features/bug_371.feature
aslakhellesoy-cucumber-0.3.101 features/bug_371.feature
aslakhellesoy-cucumber-0.3.102.1 features/bug_371.feature
aslakhellesoy-cucumber-0.3.102.2 features/bug_371.feature
aslakhellesoy-cucumber-0.3.102 features/bug_371.feature
aslakhellesoy-cucumber-0.3.103 features/bug_371.feature
aslakhellesoy-cucumber-0.3.104 features/bug_371.feature
aslakhellesoy-cucumber-0.3.11.200907091518 features/bug_371.feature
aslakhellesoy-cucumber-0.3.11.5 features/bug_371.feature
aslakhellesoy-cucumber-0.3.11.6 features/bug_371.feature
aslakhellesoy-cucumber-0.3.90 features/bug_371.feature
aslakhellesoy-cucumber-0.3.92 features/bug_371.feature
aslakhellesoy-cucumber-0.3.93.1 features/bug_371.feature
aslakhellesoy-cucumber-0.3.93 features/bug_371.feature
aslakhellesoy-cucumber-0.3.94.1 features/bug_371.feature
aslakhellesoy-cucumber-0.3.94 features/bug_371.feature
aslakhellesoy-cucumber-0.3.95 features/bug_371.feature
aslakhellesoy-cucumber-0.3.96 features/bug_371.feature
aslakhellesoy-cucumber-0.3.97 features/bug_371.feature