Method: CemSpecHelper::ResourceDataSpec#synthetic_resource_data
- Defined in:
- lib/cem_spec_helper/resource_data_spec.rb
#synthetic_resource_data(as_objects: false) ⇒ Array<Hash>, Array<Resource>
Shortcut method for loading synthetic resource data
115 116 117 |
# File 'lib/cem_spec_helper/resource_data_spec.rb', line 115 def synthetic_resource_data(as_objects: false) load_resource_data(SYNTHETIC_DATA_ROOT, 'test_resource_data', as_objects: as_objects) end |