Sha256: 1f63eb65a727b6c13a40338df2b93d6308a1aa9c1d87eabd00b06513353c4842

Contents?: true

Size: 560 Bytes

Versions: 59

Compression:

Stored size: 560 Bytes

Contents

require File.expand_path("../base", __FILE__)
require "acceptance/support/shared/command_examples"

describe "vagrant resume" do
  include_context "acceptance"
  it_behaves_like "a command that requires a Vagrantfile", ["vagrant", "resume"]

  it "succeeds and ignores if the VM is not created" do
    require_box("default")

    assert_execute("vagrant", "box", "add", "base", box_path("default"))
    assert_execute("vagrant", "init")

    result = assert_execute("vagrant", "resume")
    result.stdout.should match_output(:vm_not_created_warning)
  end
end

Version data entries

59 entries across 59 versions & 11 rubygems

Version Path
vagrant-actionio-0.0.9 vendor/bundle/bundler/gems/vagrant-c74251a1d9c0/test/acceptance/resume_test.rb
vagrant-lxc-0.0.1 vendor/vagrant/test/acceptance/resume_test.rb
vagrant-1.0.7 test/acceptance/resume_test.rb
vagrant-1.0.6 test/acceptance/resume_test.rb
boxcar-0.10005.1 test/acceptance/resume_test.rb
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/vagrant-1.0.5/test/acceptance/resume_test.rb
vagrant-1.0.5 test/acceptance/resume_test.rb
vagrant-1.0.4 test/acceptance/resume_test.rb
vagrant-1.0.3 test/acceptance/resume_test.rb
vagrant-1.0.2 test/acceptance/resume_test.rb
vagrant-1.0.1 test/acceptance/resume_test.rb
vagrant-1.0.0 test/acceptance/resume_test.rb
vagrant-0.9.7 test/acceptance/resume_test.rb
vagrant-0.9.5 test/acceptance/resume_test.rb
vagrant-0.9.4 test/acceptance/resume_test.rb
vagrant-0.9.3 test/acceptance/resume_test.rb
vagrant-0.9.2 test/acceptance/resume_test.rb
vagrant-0.9.1 test/acceptance/resume_test.rb
vagrant-0.9.0 test/acceptance/resume_test.rb