spec/integration/cdis_spec.rb in roqua-healthy-1.2.1 vs spec/integration/cdis_spec.rb in roqua-healthy-1.3.0
- old
+ new
@@ -19,10 +19,10 @@
it { expect(subject[:city]).to eq('Groningen') }
it { expect(subject[:zipcode]).to eq('42869') }
it { expect(subject[:country]).to eq('') }
it { expect(subject[:birthdate]).to eq('19800101') }
it { expect(subject[:gender]).to eq('M') }
- it { expect(subject[:phone_cell]).to eq('06-12345678') }
+ it { expect(subject[:phone_cell]).to eq('0612345678') } # - stripped
end
describe 'the patient Piet Fictief' do
before { load_fixture 'cdis_piet_fictief', '7718758' }
subject { Roqua::Healthy::A19.fetch("7718758") }