Sha256: f2541ff99a1604132ecff87ddc2c878937f560cc7d45581ef624c7f48d783310
Contents?: true
Size: 248 Bytes
Versions: 10
Compression:
Stored size: 248 Bytes
Contents
Fabricator(:roqua_core_api_person, from: Roqua::CoreApi::Models::Dossier) do initialize_with { Roqua::CoreApi::Models::Person.new } firstname 'John' lastname 'Doe' role 'patient' email { sequence(:email) { |i| "test#{i}@roqua.nl" } } end
Version data entries
10 entries across 10 versions & 1 rubygems