Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Apr 22, 2024
1 parent 825945d commit 60fdb13
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/test_tar_file_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
class TarFileCreatorTest < Minitest::Test
include TarFileCreator

def add_data_file
File.write(
File.join(@data_dir_path, "something.txt"),
"Something to be preserved"
)
end

def setup
@test_dir_path = File.join(__dir__, "tar_test")
@data_dir_path = File.join(@test_dir_path, "test")
Expand Down

0 comments on commit 60fdb13

Please sign in to comment.