Class
Factory::AttributeDefinitionError
In:
lib/factory_girl/attribute.rb
Parent:
RuntimeError
Raised when defining an invalid attribute:
Defining an attribute which has a name ending in "="
Defining an attribute with both a static and lazy value
Defining an attribute twice in the same factory
[Validate]