class RSpec::Expectations::NegativeExpectationHandler

Public Class Methods

handle_matcher(*args) click to toggle source
# File lib/rspec_expectation_count/rspec_expectation_count.rb, line 45
def handle_matcher(*args)
  ::RSpec::Expectations.update_expectation_count
  old_handle_matcher(*args)
end
Also aliased as: old_handle_matcher
old_handle_matcher(*args)
Alias for: handle_matcher