mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
10 lines
211 B
Ruby
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"
|