spec/integration/comez_spec.rb in roqua-healthy-1.5.6 vs spec/integration/comez_spec.rb in roqua-healthy-1.5.7

- old
+ new

@@ -27,7 +27,8 @@ it { expect(subject[:birthdate]).to eq('17070415') } it { expect(subject[:gender]).to eq('F') } # phone cells with letters are rejected, because it usually means they can not be used as a client's own # cell phone number it { expect(subject[:phone_cell]).to eq(nil) } + it { expect(subject[:deceased]).to eq(false) } end end