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/features/support/env.rb
2009-09-15 15:47:47 -04:00

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'