rspec/rspec-core

View on GitHub
lib/rspec/core/reporter.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Reporter has 28 methods (exceeds 20 allowed). Consider refactoring.

  class Reporter
    # @private
    RSPEC_NOTIFICATIONS = Set.new(
      [
        :close, :deprecation, :deprecation_summary, :dump_failures, :dump_pending,
Severity: Minor
Found in lib/rspec/core/reporter.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category