rspec/rspec-mocks

View on GitHub
lib/rspec/mocks/matchers/have_received.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class HaveReceived has 22 methods (exceeds 20 allowed). Consider refactoring.

      class HaveReceived
        include Matcher

        COUNT_CONSTRAINTS = %w[exactly at_least at_most times time once twice thrice]
        ARGS_CONSTRAINTS = %w[with]
Severity: Minor
Found in lib/rspec/mocks/matchers/have_received.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category