Module FactoryGirl::Syntax::Vintage
In: lib/factory_girl/syntax/vintage.rb

Methods

Factory  

Classes and Modules

Module FactoryGirl::Syntax::Vintage::Factory

Public Instance methods

Shortcut for Factory.default_strategy.

DEPRECATION WARNING:

In a future release, default_strategy will be removed and this will simply call create instead.

Example:

  Factory(:user, :name => 'Joe')

[Validate]