rubyzip/test/filesystem
Robert Haines 307fc6c6e9 Mark other mutating methods in `Entry` as dirty.
Also, remove `Entry#extra=` as it makes no sense (and wasn't even being
tested).

And remove slightly odd test that was assuming an archive would not be
changed if its utime was changed - even if it was being changed back
immediately. This test was merely confirming that we weren't catching
timestamp changes correctly.
2022-06-20 17:18:20 +01:00
..
dir_test.rb Extract `FileSystem::Dir` from the main filesystem file. 2021-06-06 15:02:49 +01:00
directory_iterator_test.rb Extract `DirectoryIterator` from the main filesystem file. 2021-06-06 15:02:49 +01:00
file_mutating_test.rb Extract `FileSystem::File` from the main filesystem file. 2021-06-06 15:02:49 +01:00
file_nonmutating_test.rb Mark other mutating methods in `Entry` as dirty. 2022-06-20 17:18:20 +01:00
file_stat_test.rb Extract `FileSystem::File` from the main filesystem file. 2021-06-06 15:02:49 +01:00