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 548d736 commit 795f2f5Copy full SHA for 795f2f5
Rakefile
@@ -7,11 +7,4 @@ Rake::TestTask.new(:test) do |t|
7
t.test_files = FileList["test/**/test_*.rb"]
8
end
9
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
-
17
task :default => :test
0 commit comments