mirror of
https://github.com/saltstack-formulas/vagrant-formula.git
synced 2026-09-21 14:57:29 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
require 'serverspec'
|
||||
|
||||
set :backend, :exec
|
||||
|
||||
describe command("which vagrant") do
|
||||
its(:exit_status) { should eq 0 }
|
||||
end
|
||||
|
||||
describe command("vagrant plugin list | grep vagrant-aws") do
|
||||
its(:exit_status) { should eq 0 }
|
||||
end
|
||||
Reference in New Issue
Block a user