Sha256: 3fa88d8429f9c5cd771618eb5b91921181c4ca0dec339de9a39f5a4cad55ead7
Contents?: true
Size: 859 Bytes
Versions: 60
Compression:
Stored size: 859 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 1 scenario (1 failed) 1 step (1 failed) """
Version data entries
60 entries across 58 versions & 9 rubygems