mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-03 22:05:01 -04:00
Fix minimal Vagrantfile test
A minimal Vagrantfile may set the vi mode for ruby
This commit is contained in:
parent
81b7d1524b
commit
ccbdcd46d0
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ describe VagrantPlugins::CommandInit::Command do
|
|||
it "creates a minimal Vagrantfile" do
|
||||
described_class.new(["-m"], env).execute
|
||||
contents = File.read(vagrantfile_path)
|
||||
expect(contents).to_not match(/#/)
|
||||
expect(contents).to_not match(/provision/)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue