lib/spec/matchers/include.rb in dchelimsky-rspec-1.1.99.9 vs lib/spec/matchers/include.rb in dchelimsky-rspec-1.1.99.13

- old
+ new

@@ -23,14 +23,14 @@ end end true end - def failure_message + def failure_message_for_should _message end - def negative_failure_message + def failure_message_for_should_not _message("not ") end def description "include #{_pretty_print(@expecteds)}"