thoughtbot--factory_bot/features/support/env.rb

9 lines
191 B
Ruby
Raw Normal View History

2009-09-15 19:47:47 +00:00
PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))
$: << File.join(PROJECT_ROOT, 'lib')
require 'active_record'
require 'factory_girl'
2011-07-22 15:35:30 +00:00
require 'aruba/cucumber'