diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-08-31 16:19:58 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2018-08-31 16:19:58 +0900 |
commit | 12fadea8aee3981654149d6e8ff5099bca31c679 (patch) | |
tree | c4face012f1da41a6e556c3b3a71e6c02c86b17d /activesupport/test/metadata | |
parent | d48f4ddfc8dd38b65f7a040c5c9c7d1468114d2d (diff) | |
download | rails-12fadea8aee3981654149d6e8ff5099bca31c679.tar.gz rails-12fadea8aee3981654149d6e8ff5099bca31c679.tar.bz2 rails-12fadea8aee3981654149d6e8ff5099bca31c679.zip |
Remove redundant `travel_back`
Since #29860, `travel_back` automatically called at the end of the test.
Diffstat (limited to 'activesupport/test/metadata')
-rw-r--r-- | activesupport/test/metadata/shared_metadata_tests.rb | 5 |
1 files changed, 0 insertions, 5 deletions
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 |