We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097d0f6 commit 7d7d831Copy full SHA for 7d7d831
Rakefile
@@ -10,11 +10,4 @@ Rake::TestTask.new(:test) do |t|
10
t.test_files = FileList["test/**/test_*.rb"]
11
end
12
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
-
20
task :default => :test
0 commit comments