diff options
author | Andrew White <pixeltrix@users.noreply.github.com> | 2018-04-20 05:14:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 05:14:49 -0400 |
commit | ddca53e067e944faca8b0c57db2b29bb1f0df0d9 (patch) | |
tree | ceb2d41c84161c7b72388b9ea6cd82ce70dd2899 /activesupport | |
parent | 1694b02909850c9d8f47fb644e98e1203d9f2898 (diff) | |
parent | e6970c42d58bd9a488f036d74eb0fab09bc15537 (diff) | |
download | rails-ddca53e067e944faca8b0c57db2b29bb1f0df0d9.tar.gz rails-ddca53e067e944faca8b0c57db2b29bb1f0df0d9.tar.bz2 rails-ddca53e067e944faca8b0c57db2b29bb1f0df0d9.zip |
Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613
Fix name of the test added by #32613
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/time_zone_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/time_zone_test.rb b/activesupport/test/time_zone_test.rb index 120afa61f2..b59f3e9405 100644 --- a/activesupport/test/time_zone_test.rb +++ b/activesupport/test/time_zone_test.rb @@ -725,7 +725,7 @@ class TimeZoneTest < ActiveSupport::TestCase assert_not_includes all_zones, galapagos end - def test_all_not_raises_exception_with_mizzing_tzinfo_data + def test_all_doesnt_raise_exception_with_missing_tzinfo_data mappings = { "Puerto Rico" => "America/Unknown", "Pittsburgh" => "America/New_York" |