Method: Ccls::FactoryTestHelper#create_study_subject_with_dob
- Defined in:
- lib/ccls_engine/factory_test_helper.rb
#create_study_subject_with_dob(dob) ⇒ Object
162 163 164 165 |
# File 'lib/ccls_engine/factory_test_helper.rb', line 162 def create_study_subject_with_dob(dob) # Time.parse? Why not Date? Time.parse parses better. create_study_subject( :dob => Time.parse(dob) ) end |