Skip to content

Commit 795f2f5

Browse files
committed
sync_tool is no longer needed
1 parent 548d736 commit 795f2f5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Rakefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,4 @@ Rake::TestTask.new(:test) do |t|
77
t.test_files = FileList["test/**/test_*.rb"]
88
end
99

10-
task :sync_tool do
11-
require 'fileutils'
12-
FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
13-
FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
14-
FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
15-
end
16-
1710
task :default => :test

0 commit comments

Comments
 (0)