Sha256: 63b692f1a6dbaf4c43a3aa66578a616fa4e1e9788e78d84b921054ddc5985185
Contents?: true
Size: 366 Bytes
Versions: 5
Compression:
Stored size: 366 Bytes
Contents
require "spec_helper" RSpec.describe "Generating a new project with the VirtualBox provider" do before(:example) do remove_dummy_app run_arkenstone("--provisioner=vagrant") end it "correctly configures Vagrant" do vagrantfile = File.read("#{app_path}/Vagrantfile") expect(vagrantfile).to include('config.vm.provider "virtualbox"') end end
Version data entries
5 entries across 5 versions & 1 rubygems