`vagrant version` is gone, so remove the acceptance test for it
This commit is contained in:
parent
a8f5ed1863
commit
703f455d5a
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue