We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293f285 commit b870183Copy full SHA for b870183
1 file changed
controls/docker_level1.rb
@@ -578,7 +578,6 @@
578
info = json('').parse(raw)
579
info[0]['Mounts'].each do |mounts|
580
describe mounts['Source'] do
581
- p mounts['Source']
582
it { should_not eq '/' }
583
it { should_not match(/\/boot/) }
584
it { should_not match(/\/dev/) }
0 commit comments