mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
CFINSPEC-85: Fix lint that's offensive to RuboCop
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
94850eaed6
commit
c43ef573b8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ describe "Inspec::Resources::DockerContainer" do
|
|||
|
||||
it "checks if a volume has been mounted for the docker resource" do
|
||||
resource = load_resource("docker_container", "trusting_williams")
|
||||
_(resource.has_volume?('/app', '/var/lib/docker/volumes/myvol2/_data')).must_equal true
|
||||
_(resource.has_volume?("/app", "/var/lib/docker/volumes/myvol2/_data")).must_equal true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue