Skip to content

Commit 7d7d831

Browse files
committed
sync_tool is no longer needed
1 parent 097d0f6 commit 7d7d831

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
@@ -10,11 +10,4 @@ Rake::TestTask.new(:test) do |t|
1010
t.test_files = FileList["test/**/test_*.rb"]
1111
end
1212

13-
task :sync_tool do
14-
require 'fileutils'
15-
FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
16-
FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
17-
FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
18-
end
19-
2013
task :default => :test

0 commit comments

Comments
 (0)