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

Fix name of the test added by #32613

This commit is contained in:
bogdanvlviv 2018-04-19 21:19:51 +03:00
parent fb9ed7b0df
commit e6970c42d5
No known key found for this signature in database
GPG key ID: E4ACD76A6DB6DFDD

View file

@ -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"