1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/lib/factory_girl.rb
2008-05-28 22:20:10 -04:00

5 lines
97 B
Ruby

require 'factory_girl/factory'
def Factory (name, attrs = {})
Factory.create(name, attrs)
end