# File lib/flexmock/test_unit_assert_spy_called.rb, line 7
7:     def assert_spy_called(spy, method_name, *args)
8:       _assert_spy_called(false, spy, method_name, *args)
9:     end