activesupport/lib/active_support/testing/method_call_assertions.rb

Summary

Maintainability
A
35 mins
Test Coverage

Method assert_called_with has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        def assert_called_with(object, method_name, args, returns: false, **kwargs, &block)
Severity: Minor
Found in activesupport/lib/active_support/testing/method_call_assertions.rb - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status