Skip to content

Commit 939044b

Browse files
Timothy van Zadelhoffmiguelaferreira
authored andcommitted
Update config_spec.rb
fix test. expunge_on_destroy false
1 parent 3d9d18e commit 939044b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/vagrant-cloudstack/config_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
its("ssh_key") { should be_nil }
4848
its("ssh_user") { should be_nil }
4949
its("private_ip_address") { should be_nil }
50-
its("expunge_on_destroy") { should be_nil }
50+
its("expunge_on_destroy") { should == false }
5151
end
5252

5353
describe "getting credentials from environment" do

0 commit comments

Comments
 (0)