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