Sha256: 0a8bd7d5b9153606095a4753ed0a7ef1af9045d5297d9888f9da661b440623d9

Contents?: true

Size: 370 Bytes

Versions: 5

Compression:

Stored size: 370 Bytes

Contents

require "spec_helper"

RSpec.describe "Generating a new project with a 64-bit Ubuntu 14.04 box" do
  before(:example) do
    remove_dummy_app
    run_arkenstone("--box=ubuntu/trusty64")
  end

  it "correctly configures Vagrant" do
    vagrantfile = File.read("#{app_path}/Vagrantfile")

    expect(vagrantfile).to include('config.vm.box = "ubuntu/trusty64"')
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arkenstone-0.6.0 spec/features/new_project_with_ubuntu_trusty_spec.rb
arkenstone-0.5.2 spec/features/new_project_with_ubuntu_trusty_spec.rb
arkenstone-0.5.1 spec/features/new_project_with_ubuntu_trusty_spec.rb
arkenstone-0.3.0 spec/features/new_project_with_ubuntu_trusty_spec.rb
arkenstone-0.2.0 spec/features/new_project_with_ubuntu_trusty_spec.rb