# File lib/flexmock/test_unit_assert_spy_called.rb, line 11
11:     def assert_spy_not_called(spy, method_name, *args)
12:       _assert_spy_called(true, spy, method_name, *args)
13:     end