We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92de881 commit 6456f0cCopy full SHA for 6456f0c
test/integration/instance_with_config_file/controls/docker.rb
@@ -49,7 +49,7 @@
49
end
50
51
it "should have the right number of hostPath disks on the right mount points" do
52
- puts mounts.Source
+ expect(mounts.Source).to eq "something amazing, who knows?"
53
fs = mounts.select { |m| m.Source.match(/config/) }
54
expect(fs.count).to eq host_path_volume_definitions.count
55
host_path_volume_definitions.each_with_index do |vd, i|
0 commit comments