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:
parent
c8e92f174d
commit
50dabf9198
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require "cases/helper"
|
||||
require "active_support/core_ext/string/strip"
|
||||
require "yaml"
|
||||
|
||||
class ErrorsTest < ActiveModel::TestCase
|
||||
|
|
Loading…
Reference in a new issue