lib/rspec/core/mocking/with_absolutely_nothing.rb
module Rspec module Core module Mocking module WithAbsolutelyNothing def _setup_mocks; end def _verify_mocks; end def _teardown_mocks; end end end end end
module Rspec module Core module Mocking module WithAbsolutelyNothing def _setup_mocks; end def _verify_mocks; end def _teardown_mocks; end end end end end