This commit introduces a new uploader class for uploading files and splits up some commonly used functionality between it and the downloader class into a curl helper library.
7 lines
131 B
Ruby
7 lines
131 B
Ruby
require File.expand_path("../../../base", __FILE__)
|
|
|
|
require "vagrant/util/curl_helper"
|
|
|
|
describe Vagrant::Util::CurlHelper do
|
|
end
|