jaredbeck/minitest_to_rspec

View on GitHub
lib/minitest_to_rspec/input/subprocessors/call.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Class Call has 39 methods (exceeds 20 allowed). Consider refactoring.
Open

      class Call < Base
        # Mocha methods will only be processed if `--mocha` flag was given,
        # i.e. `mocha` argument in constructor is true.
        MOCHA_METHODS = %i[
          expects
Severity: Minor
Found in lib/minitest_to_rspec/input/subprocessors/call.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status