1
0
Fork 0
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:
Akira Matsuda 2016-12-12 22:32:04 +09:00
parent edf4bff77c
commit 414484f68d

View file

@ -1,4 +1,5 @@
require "cases/helper"
require "yaml"
class ErrorsTest < ActiveModel::TestCase
class Person