Skip to content

Commit 425c7a1

Browse files
committed
sync_tool is no longer needed
1 parent be28c05 commit 425c7a1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Rakefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,4 @@ else
3131
Rake::ExtensionTask.new("psych")
3232
end
3333

34-
task :sync_tool do
35-
require 'fileutils'
36-
FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
37-
FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
38-
FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
39-
end
40-
4134
task :default => [:compile, :test]

0 commit comments

Comments
 (0)