Rakefile acceptance/{helpers ~> support}
This commit is contained in:
parent
87bc6ec63f
commit
f3e314bcb7
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 New Issue