Skip to content

Instantly share code, notes, and snippets.

View TurtleShip's full-sized avatar

Seulgi Kim TurtleShip

View GitHub Profile
module FactoryGirl
module Syntax
module Methods
def find_or_create(name, attributes = {}, &block)
attributes = FactoryGirl.attributes_for(name).merge(attributes)
result =
FactoryGirl.
factory_by_name(name).
build_class.