Module: PhilColumns::FactoryGirl::Helpers

Defined in:
lib/phil_columns/factory_girl/helpers.rb

Instance Method Summary collapse

Instance Method Details

#create(*args) ⇒ Object



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

def create( *args )
  ::FactoryGirl.create( *args )
end