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

10 lines
211 B
Ruby

PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..", ".."))
require "simplecov"
$: << File.join(PROJECT_ROOT, "lib")
require "active_record"
require "factory_bot"
require "aruba/cucumber"