1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Missing require for strip_heredoc

This commit is contained in:
Akira Matsuda 2017-01-16 23:40:14 +09:00
parent c8e92f174d
commit 50dabf9198

View file

@ -1,4 +1,5 @@
require "cases/helper"
require "active_support/core_ext/string/strip"
require "yaml"
class ErrorsTest < ActiveModel::TestCase