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 be28c05 commit 425c7a1Copy full SHA for 425c7a1
1 file changed
Rakefile
@@ -31,11 +31,4 @@ else
31
Rake::ExtensionTask.new("psych")
32
end
33
34
-task :sync_tool do
35
- require 'fileutils'
36
- FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
37
- FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
38
- FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
39
-end
40
-
41
task :default => [:compile, :test]
0 commit comments