rubinius/rubinius

View on GitHub
mspec/lib/mspec/guards/guard.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class SpecGuard has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

class SpecGuard
  def self.report
    @report ||= Hash.new { |h,k| h[k] = [] }
  end

Severity: Minor
Found in mspec/lib/mspec/guards/guard.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status