Sha256: 18f3e9ed3c5689736822adaed483945b7d6bb721adf9c4e875b7b74c1e4b3516

Contents?: true

Size: 462 Bytes

Versions: 59

Compression:

Stored size: 462 Bytes

Contents

require File.expand_path("../base", __FILE__)

describe "vagrant version" do
  include_context "acceptance"

  it "prints the version when called with '-v'" do
    result = execute("vagrant", "-v")
    result.stdout.should match_output(:version, config.vagrant_version)
  end

  it "prints the version when called with '--version'" do
    result = execute("vagrant", "--version")
    result.stdout.should match_output(:version, config.vagrant_version)
  end
end

Version data entries

59 entries across 59 versions & 11 rubygems

Version Path
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/test/acceptance/version_test.rb
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/test/acceptance/version_test.rb
tamtam-vagrant-reload-1.1.1 vendor/cache/vagrant-0ac2a8738841/test/acceptance/version_test.rb
tamtam-vagrant-reload-1.1 vendor/cache/vagrant-0ac2a8738841/test/acceptance/version_test.rb
bmhatfield-vagrant-1.0.10 test/acceptance/version_test.rb
bmhatfield-vagrant-1.0.9 test/acceptance/version_test.rb
tnargav-1.3.6 test/acceptance/version_test.rb
tnargav-1.3.3 test/acceptance/version_test.rb
bmhatfield-vagrant-1.0.8 test/acceptance/version_test.rb
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/test/acceptance/version_test.rb
tnargav-1.2.3 test/acceptance/version_test.rb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/test/acceptance/version_test.rb
bmhatfield-vagrant-1.0.7 test/acceptance/version_test.rb
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/test/acceptance/version_test.rb
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/test/acceptance/version_test.rb
tnargav-1.2.2 test/acceptance/version_test.rb
vagrantup-1.1.3 test/acceptance/version_test.rb
vagrantup-1.1.2 test/acceptance/version_test.rb
vagrantup-1.1.1 test/acceptance/version_test.rb
vagrantup-1.1.0 test/acceptance/version_test.rb