From f3e314bcb7cbc05d31ec1f65e7a7fc0e46f75f28 Mon Sep 17 00:00:00 2001 From: Alexey Chebotar Date: Mon, 7 Nov 2011 12:17:37 +0200 Subject: [PATCH] Rakefile acceptance/{helpers ~> support} --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 3853d3865..a86d95fd7 100644 --- a/Rakefile +++ b/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