mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
#10 - fixed the active support dependency for Rails 2.1 apps
This commit is contained in:
parent
37328b33ed
commit
027f183a56
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
require 'activesupport'
|
||||
require 'active_support'
|
||||
require 'factory_girl/factory'
|
||||
require 'factory_girl/attribute_proxy'
|
||||
require 'factory_girl/sequence'
|
||||
|
|
Loading…
Reference in a new issue