beatrichartz/shoulda-callback-matchers

View on GitHub
lib/shoulda/callback/matchers/active_model.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class CallbackMatcher has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

        class CallbackMatcher # :nodoc:
          VALID_OPTIONAL_LIFECYCLES = [:validation, :commit, :rollback].freeze
          
          include RailsVersionHelper
          
Severity: Minor
Found in lib/shoulda/callback/matchers/active_model.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status