Method: FlexMock::TestUnitAssertions#assert_spy_not_called

Defined in:
lib/flexmock/test_unit_assert_spy_called.rb

#assert_spy_not_called(spy, method_name, *args, **kw) ⇒ Object



11
12
13
# File 'lib/flexmock/test_unit_assert_spy_called.rb', line 11

def assert_spy_not_called(spy, method_name, *args, **kw)
  _assert_spy_called(true, spy, method_name, *args, **kw)
end