projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Allow testing docker with the overlay2 storage driver
[chef.git]
/
test
/
integration
/
git
/
serverspec
/
git_spec.rb
1
require "serverspec"
2
3
# Required by serverspec
4
set :backend, :exec
5
6
describe package("git") do
7
it { should be_installed }
8
end