features/expectations/customized_message.feature in rspec-expectations-2.0.0.beta.2 vs features/expectations/customized_message.feature in rspec-expectations-2.0.0.beta.3

- old
+ new

@@ -5,11 +5,9 @@ I want to customize the failure message per example Scenario: one additional method Given a file named "node_spec.rb" with: """ - require "rspec/expectations" - class Node def initialize(state=:waiting) @state = state end def state