From 60b6d9ca9f8b200a04ff551c4c534b4ed3ba191b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 11 Jan 2012 22:16:00 -0800 Subject: [PATCH] Clarify comment on test --- test/acceptance/provisioning/basic_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/provisioning/basic_test.rb b/test/acceptance/provisioning/basic_test.rb index b95159ef5..0ec46aab0 100644 --- a/test/acceptance/provisioning/basic_test.rb +++ b/test/acceptance/provisioning/basic_test.rb @@ -33,7 +33,7 @@ vf require_box("default") assert_execute("vagrant", "box", "add", "base", box_path("default")) - # Bring up the VM, only using the shell provisioner + # Bring up the VM assert_execute("vagrant", "up") # Verify the file the shell provisioner made is there, but not the