From 8651127ead242f7f9ee6713863351e60468d637f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 22 Nov 2011 18:46:43 -0800 Subject: [PATCH] Add tag for the bug that a test addresses --- test/acceptance/up_with_box_url.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/up_with_box_url.rb b/test/acceptance/up_with_box_url.rb index 37c3f962d..493e8cf6f 100644 --- a/test/acceptance/up_with_box_url.rb +++ b/test/acceptance/up_with_box_url.rb @@ -12,7 +12,7 @@ describe "vagrant up", "with a box URL set" do result.stdout.should match_output(:up_fetching_box, "base") end - it "downloads the file only once and works if shared by multiple VMs" do + it "downloads the file only once and works if shared by multiple VMs", :issue => "GH-564" do require_box("default") environment.workdir.join("Vagrantfile").open("w+") do |f|