features/expectations/customized_message.feature in rspec-expectations-2.0.0.beta.4 vs features/expectations/customized_message.feature in rspec-expectations-2.0.0.beta.5
- old
+ new
@@ -43,10 +43,10 @@
lambda {node.start}.should change{node.state}, "expected a change"
end
end
"""
- When I run "rspec node_spec.rb --format n"
+ When I run "rspec node_spec.rb --format documentation"
Then I should see "3 examples, 3 failures"
And I should not see "to return true, got false"
And I should not see "to return false, got true"
And I should see "node.state: started (first example)"
And I should see "node.state: started (second example)"