projectcypress/health-data-standards

View on GitHub
test/unit/roundtrip/cat_1_roundtrip_test.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method test_round_trip has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def test_round_trip
    # Export
    patient = Record.where({first: "Mary"}).first
    start_date = Time.now.years_ago(1)
    end_date = Time.now
Severity: Minor
Found in test/unit/roundtrip/cat_1_roundtrip_test.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status