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

Require yaml for time_with_zone isolation test

Same fix as 109e71d2bb but after
mocha got removed in 2f28e5b641.
This commit is contained in:
Prem Sichanugrist 2015-07-10 16:58:18 -04:00
parent f3bae24c81
commit 2f26f61154

View file

@ -2,6 +2,7 @@ require 'abstract_unit'
require 'active_support/time'
require 'time_zone_test_helpers'
require 'active_support/core_ext/string/strip'
require 'yaml'
class TimeWithZoneTest < ActiveSupport::TestCase
include TimeZoneTestHelpers