Class: FactoryTrace::StorageHandler
- Inherits:
-
Object
- Object
- FactoryTrace::StorageHandler
- Defined in:
- lib/factory_trace/storage_handler.rb
Class Method Summary collapse
-
.prepare(initial_data) ⇒ Array<Hash>
First hash - all factories Second hash - used factories.
Class Method Details
.prepare(initial_data) ⇒ Array<Hash>
First hash - all factories Second hash - used factories
11 12 13 |
# File 'lib/factory_trace/storage_handler.rb', line 11 def self.prepare(initial_data) [collect_all, convert(initial_data)] end |