Sha256: d19be9b6bc5a04326a6eb7e1550246de2230e9d5686d2986649f1df519f02adf

Contents?: true

Size: 892 Bytes

Versions: 14

Compression:

Stored size: 892 Bytes

Contents

Feature: Cucumber command line
  In order to write better software
  Developers should be able to execute requirements as tests

  @rspec2
  Scenario: Run single failing scenario with default diff enabled
    When I run cucumber -q features/failing_expectation.feature
    Then it should fail with
      """
      Feature: Failing expectation

        Scenario: Failing expectation
          Given failing expectation
            expected: "that",
                 got: "this" (using ==) (RSpec::Expectations::ExpectationNotMetError)
            ./features/step_definitions/sample_steps.rb:63:in `/^failing expectation$/'
            features/failing_expectation.feature:4:in `Given failing expectation'
      
      Failing Scenarios:
      cucumber features/failing_expectation.feature:3 # Scenario: Failing expectation
      
      1 scenario (1 failed)
      1 step (1 failed)

      """

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
cucumber-0.8.7 features/diffing.feature
stefl-cucumber-0.10.1 legacy_features/diffing.feature
vim-jar-0.1.2.0001 bundler/ruby/1.8/gems/cucumber-0.9.4/features/diffing.feature
vim-jar-0.1.2 bundler/ruby/1.8/gems/cucumber-0.9.4/features/diffing.feature
vim-jar-0.1.1 bundler/ruby/1.8/gems/cucumber-0.9.4/features/diffing.feature
vim-jar-0.1.0 bundler/ruby/1.8/gems/cucumber-0.9.4/features/diffing.feature
cucumber-0.10.0 legacy_features/diffing.feature
cucumber-0.9.4 features/diffing.feature
cucumber-0.9.3 features/diffing.feature
cucumber-0.9.2 features/diffing.feature
cucumber-0.9.1 features/diffing.feature
cucumber-0.9.0 features/diffing.feature
cucumber-0.8.5 features/diffing.feature
cucumber-0.8.4 features/diffing.feature