Add tag for the bug that a test addresses

This commit is contained in:
Mitchell Hashimoto 2011-11-22 18:46:43 -08:00
parent 5d684b9001
commit 8651127ead
1 changed files with 1 additions and 1 deletions

View File

@ -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|