mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Missing require "yaml"
This commit is contained in:
parent
edf4bff77c
commit
414484f68d
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require "cases/helper"
|
||||
require "yaml"
|
||||
|
||||
class ErrorsTest < ActiveModel::TestCase
|
||||
class Person
|
||||
|
|
Loading…
Reference in a new issue