scottwillson/racing_on_rails

View on GitHub
test_ruby/models/categories/ages_test.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method test_junior has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def test_junior
      category = Stub.new
      assert !category.junior?, "No ages junior?"

      category = Stub.new
Severity: Minor
Found in test_ruby/models/categories/ages_test.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status