spec/models/verification/management/document_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [108/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      census_response = instance_double('CensusApi::Response', date_of_birth: just_minium_age_date_of_birth)

Line is too long. [109/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      census_response = instance_double('CensusApi::Response', date_of_birth: under_minium_age_date_of_birth)

Line is too long. [124/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

  let(:just_minium_age_date_of_birth)   { Date.new(min_age.years.ago.year, min_age.years.ago.month, min_age.years.ago.day) }

Line is too long. [109/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      census_response = instance_double('CensusApi::Response', date_of_birth: under_minium_age_date_of_birth)

Line is too long. [108/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      census_response = instance_double('CensusApi::Response', date_of_birth: over_minium_age_date_of_birth)

Line is too long. [108/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      census_response = instance_double('CensusApi::Response', date_of_birth: just_minium_age_date_of_birth)

Line is too long. [108/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      census_response = instance_double('CensusApi::Response', date_of_birth: over_minium_age_date_of_birth)

There are no issues that match your filters.

Category
Status