1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Added activesupport as a dependency

This commit is contained in:
Joe Ferris 2008-05-30 17:10:55 -07:00
parent 4baf467002
commit 6fb322f169

View file

@ -1,3 +1,4 @@
require 'activesupport'
require 'factory_girl/factory' require 'factory_girl/factory'
# Shortcut for Factory.create. # Shortcut for Factory.create.