diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2018-04-19 21:19:51 +0300 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2018-04-19 21:19:51 +0300 |
commit | e6970c42d58bd9a488f036d74eb0fab09bc15537 (patch) | |
tree | 6bbece0717493f754cfc2ea155e2c57c368449b1 /activesupport/test | |
parent | fb9ed7b0dff7dcf8a00e42cd45ec645211c04afc (diff) | |
download | rails-e6970c42d58bd9a488f036d74eb0fab09bc15537.tar.gz rails-e6970c42d58bd9a488f036d74eb0fab09bc15537.tar.bz2 rails-e6970c42d58bd9a488f036d74eb0fab09bc15537.zip |
Fix name of the test added by #32613
Diffstat (limited to 'activesupport/test')
-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" |