Module: FlexMock::SpyDescribers

Included in:
CountValidator, RSpecMatchers::HaveReceived, TestUnitAssertions
Defined in:
lib/flexmock/spy_describers.rb

Instance Method Summary collapse

Instance Method Details

#describe_spy_expectation(spy, sym, args, options = {}) ⇒ Object



4
5
6
# File 'lib/flexmock/spy_describers.rb', line 4

def describe_spy_expectation(spy, sym, args, options={})
  describe_spy(spy, sym, args, options)
end

#describe_spy_negative_expectation(spy, sym, args, options = {}) ⇒ Object



8
9
10
# File 'lib/flexmock/spy_describers.rb', line 8

def describe_spy_negative_expectation(spy, sym, args, options={})
  describe_spy(spy, sym, args, options, " NOT")
end