legacy_features/diffing.feature in cucumber-0.10.0 vs legacy_features/diffing.feature in cucumber-0.10.1
- old
+ new
@@ -9,10 +9,10 @@
"""
Feature: Failing expectation
Scenario: Failing expectation
Given failing expectation
- expected: "that",
+ 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: