10 lines
200 B
Ruby
10 lines
200 B
Ruby
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
require File.expand_path("../../../base", __FILE__)
|
|
|
|
require "vagrant/util/curl_helper"
|
|
|
|
describe Vagrant::Util::CurlHelper do
|
|
end
|