mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
6 lines
165 B
Ruby
6 lines
165 B
Ruby
PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
|
|
|
|
$: << File.join(PROJECT_ROOT, 'lib')
|
|
|
|
require 'active_record'
|
|
require 'factory_girl'
|