jaredbeck/minitest_to_rspec

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

Summary

Maintainability
A
3 hrs
Test Coverage

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

      class Call < Base
        attr_reader :original

        def initialize(exp)
          assert_sexp_type(:call, exp)
Severity: Minor
Found in lib/minitest_to_rspec/input/model/call.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status