mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
5 lines
97 B
Ruby
5 lines
97 B
Ruby
require 'factory_girl/factory'
|
|
|
|
def Factory (name, attrs = {})
|
|
Factory.create(name, attrs)
|
|
end
|