diff options
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" |