`vagrant version` is gone, so remove the acceptance test for it

This commit is contained in:
Mitchell Hashimoto 2011-12-18 13:51:58 -08:00
parent a8f5ed1863
commit 703f455d5a
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@ require File.expand_path("../base", __FILE__)
describe "vagrant version" do describe "vagrant version" do
include_context "acceptance" include_context "acceptance"
it "prints the version to stdout" do
result = execute("vagrant", "version")
result.stdout.should match_output(:version, config.vagrant_version)
end
it "prints the version when called with '-v'" do it "prints the version when called with '-v'" do
result = execute("vagrant", "-v") result = execute("vagrant", "-v")
result.stdout.should match_output(:version, config.vagrant_version) result.stdout.should match_output(:version, config.vagrant_version)