tylerhunt/remockable

View on GitHub
lib/remockable/active_record/have_index.rb

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

    if index
      name_matches = name.nil? || matches_name?(index, name)
      unique_matches = unique.nil? || index.unique == unique
      where_matches = where.nil? || index.where == where

Severity: Major
Found in lib/remockable/active_record/have_index.rb - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status