scottwillson/racing_on_rails

View on GitHub
test_ruby/lib/enumerable_test.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method test_merge_sort_preserves_order has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def test_merge_sort_preserves_order
    king_hearts   = Card.new("king", "hearts")
    king_diamonds = Card.new("king", "diamonds")
    king_spades   = Card.new("king", "spades")
    king_clubs    = Card.new("king", "clubs")
Severity: Minor
Found in test_ruby/lib/enumerable_test.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status