Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
0016b22f
Commit
0016b22f
authored
Sep 23, 2019
by
Christopher Huhn
Browse files
Small test suite
parent
67d6a3a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/integration/cernvm-fs/serverspec/localhost/default_spec.rb
0 → 100644
View file @
0016b22f
require
'spec_helper'
describe
package
(
'cvmfs-client'
)
do
it
{
should
be_installed
}
end
describe
file
(
'/etc/auto.master'
)
do
it
{
should
exist
}
it
{
should
contain
%r{^/cvmfs.*auto.cvmfs}
}
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment