# File lib/flexmock/rspec_spy_matcher.rb, line 53
53:       def never
54:         times(0)
55:       end