Module: FactoryGirlStepHelpers Private

Defined in:
lib/factory_girl/step_definitions.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: HumanHashToAttributeHash

Instance Method Summary collapse

Instance Method Details

#convert_human_hash_to_attribute_hash(human_hash, associations = []) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



5
6
7
# File 'lib/factory_girl/step_definitions.rb', line 5

def convert_human_hash_to_attribute_hash(human_hash, associations = [])
  HumanHashToAttributeHash.new(human_hash, associations).attributes
end