module RR::Integrations::RSpec2::Mixin
Public Instance Methods
Source
# File lib/rr/integrations/rspec_2.rb, line 17 def have_received(method = nil) RSpec::InvocationMatcher.new(method) end
Source
# File lib/rr/integrations/rspec_2.rb, line 5 def setup_mocks_for_rspec RR.reset end
Source
# File lib/rr/integrations/rspec_2.rb, line 13 def teardown_mocks_for_rspec RR.reset end
Source
# File lib/rr/integrations/rspec_2.rb, line 9 def verify_mocks_for_rspec RR.verify end