mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require yaml for isolation test
It was removed when we removed mocha at
5a6ae7f753
This commit is contained in:
parent
f06605df60
commit
109e71d2bb
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ require 'cases/helper'
|
|||
require 'models/contact'
|
||||
require 'active_support/core_ext/object/instance_variables'
|
||||
require 'ostruct'
|
||||
require 'yaml'
|
||||
|
||||
module Admin
|
||||
class Contact < ::Contact
|
||||
|
|
Loading…
Reference in a new issue