mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 09:40:07 -04:00
Rakefile acceptance/{helpers ~> support}
This commit is contained in:
parent
87bc6ec63f
commit
f3e314bcb7
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
|
@ -26,7 +26,7 @@ namespace :acceptance do
|
|||
require 'posix-spawn'
|
||||
|
||||
require File.expand_path("../lib/vagrant/version", __FILE__)
|
||||
require File.expand_path('../test/acceptance/helpers/tempdir', __FILE__)
|
||||
require File.expand_path('../test/acceptance/support/tempdir', __FILE__)
|
||||
|
||||
# Generate the binstubs for the Vagrant binary
|
||||
tempdir = Tempdir.new
|
||||
|
|
|
|||
Loading…
Reference in a new issue