Fix minimal Vagrantfile test

A minimal Vagrantfile may set the vi mode for ruby
This commit is contained in:
sophia 2021-02-10 11:33:33 -06:00
parent 81b7d1524b
commit ccbdcd46d0

View file

@ -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