diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2015-07-11 00:22:16 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2015-07-11 00:22:16 +0200 |
commit | 17a6e603bbc64157f0fc0b648ae1a4f1db97ca7d (patch) | |
tree | bcb1e487b45ec3674a8bdb04663594b870d274de /activesupport | |
parent | 8a389ffc10130a1238f2a48bc9295ec5c8821e9d (diff) | |
download | rails-17a6e603bbc64157f0fc0b648ae1a4f1db97ca7d.tar.gz rails-17a6e603bbc64157f0fc0b648ae1a4f1db97ca7d.tar.bz2 rails-17a6e603bbc64157f0fc0b648ae1a4f1db97ca7d.zip |
Require yaml for time_zone isolation test.
See 2f26f611 for more info.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/time_zone_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/time_zone_test.rb b/activesupport/test/time_zone_test.rb index 34bb0e2995..00d40c4497 100644 --- a/activesupport/test/time_zone_test.rb +++ b/activesupport/test/time_zone_test.rb @@ -1,6 +1,7 @@ require 'abstract_unit' require 'active_support/time' require 'time_zone_test_helpers' +require 'yaml' class TimeZoneTest < ActiveSupport::TestCase include TimeZoneTestHelpers |