spec/integration/ggzwnb_spec.rb in roqua-healthy-1.5.6 vs spec/integration/ggzwnb_spec.rb in roqua-healthy-1.5.7
- old
+ new
@@ -27,7 +27,8 @@
it { expect(subject[:birthdate]).to eq('19880101') }
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('0612345678') }
+ it { expect(subject[:deceased]).to eq(false) }
end
end