mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
8 lines
153 B
Ruby
8 lines
153 B
Ruby
|
require 'active_record'
|
||
|
require 'active_record/version'
|
||
|
|
||
|
puts "Running specs using Rails #{ActiveRecord::VERSION::STRING}"
|
||
|
|
||
|
require 'acceptance/models'
|
||
|
|