remove duplicate test case

Change-Id: I4cb75bfbc224564897ca39a4f54258e6acff1f7e
This commit is contained in:
Ionuț Arțăriși 2013-07-17 17:47:35 +02:00
parent a05a53dfeb
commit 913145991a

View File

@ -48,9 +48,5 @@ describe "openstack-block-storage::volume" do
expect(@chef_run).not_to create_file_with_content file,
"include /etc/tgt/conf.d/*.conf"
end
it "has different tgt" do
expect(@chef_run).to create_file_with_content "/etc/tgt/targets.conf", "/var/lib/cinder/volumes"
end
end
end