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 19:47:47 +00:00
2012-03-09 21:14:06 +00:00
require "simplecov"
$: << File.join(PROJECT_ROOT, "lib")
2009-09-15 19:47:47 +00:00
require "active_record"
require "factory_bot"
2011-07-22 15:35:30 +00:00
require "aruba/cucumber"