From 4f23e7e788432331fe2f9d5340dceeec3757c29a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 13 Jun 2023 01:02:43 +0900 Subject: [PATCH] sync_tool task is no longer used --- Rakefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Rakefile b/Rakefile index 0aa9acf..79159bd 100644 --- a/Rakefile +++ b/Rakefile @@ -29,12 +29,6 @@ else end end -task :sync_tool do - cp "../ruby/tool/lib/core_assertions.rb", "./test/lib" - cp "../ruby/tool/lib/envutil.rb", "./test/lib" - cp "../ruby/tool/lib/find_executable.rb", "./test/lib" -end - task :check do Bundler.with_unbundled_env do spec = Gem::Specification::load("digest.gemspec")