# File lib/flexmock/rspec_spy_matcher.rb, line 29
29:       def failure_message_for_should_not
30:         describe_spy_negative_expectation(@spy, @method_name, @args, @options)
31:       end