Skip to content

Commit

Permalink
sync_tool is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and nevans committed Jul 26, 2023
1 parent 1ef20b0 commit fb246c4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList["test/**/test_*.rb"]
end

task :sync_tool do
require 'fileutils'
FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
end

task :default => :test

0 comments on commit fb246c4

Please sign in to comment.