From 12fadea8aee3981654149d6e8ff5099bca31c679 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 31 Aug 2018 16:19:58 +0900 Subject: Remove redundant `travel_back` Since #29860, `travel_back` automatically called at the end of the test. --- activesupport/test/metadata/shared_metadata_tests.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'activesupport/test/metadata') diff --git a/activesupport/test/metadata/shared_metadata_tests.rb b/activesupport/test/metadata/shared_metadata_tests.rb index 08bb0c648e..cf571223e5 100644 --- a/activesupport/test/metadata/shared_metadata_tests.rb +++ b/activesupport/test/metadata/shared_metadata_tests.rb @@ -1,11 +1,6 @@ # frozen_string_literal: true module SharedMessageMetadataTests - def teardown - travel_back - super - end - def null_serializing? false end -- cgit v1.2.3