# File lib/flexmock/spy_describers.rb, line 8
 8:       def describe_spy_negative_expectation(spy, sym, args, options={})
 9:         describe_spy(spy, sym, args, options, " NOT")
10:       end