spec/patient_spec.rb in lifen_fhir-0.3.0 vs spec/patient_spec.rb in lifen_fhir-0.4.0

- old
+ new

@@ -17,10 +17,10 @@ last_name: "Potter", birth_date: Date.new(1974, 12, 25), address: address ) - VCR.use_cassette "patient/create/with_all_information" do + VCR.use_cassette("patient/create/with_all_information", match_requests_on: [:method, :uri, :body]) do patient.save end expect(patient.uuid).to eq("ab7002e2-f017-48a5-ae09-1e232dc7c726") end