Browse Source

lint fixes

pull/570/head
Dushan Despotovic 3 years ago
parent
commit
7ee9e98766
  1. 1
      spec/models/validations/household_validations_spec.rb

1
spec/models/validations/household_validations_spec.rb

@ -428,7 +428,6 @@ RSpec.describe Validations::HouseholdValidations do
end end
context "when the household contains a retired male" do context "when the household contains a retired male" do
it "expects that person is over 65" do it "expects that person is over 65" do
record.age2 = 66 record.age2 = 66
record.sex2 = "M" record.sex2 = "M"

Loading…
Cancel
Save