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

11 lines
211 B
Ruby
Raw Normal View History

PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..", ".."))
2009-09-15 15:47:47 -04:00
2012-03-09 16:14:06 -05:00
require "simplecov"
$: << File.join(PROJECT_ROOT, "lib")
2009-09-15 15:47:47 -04:00
require "active_record"
require "factory_bot"
2011-07-22 11:35:30 -04:00
require "aruba/cucumber"