spec/container_spec.rb in testlab-0.4.10 vs spec/container_spec.rb in testlab-0.4.11
- old
+ new
@@ -154,9 +154,10 @@
end
describe "#destroy" do
it "should destroy the container" do
subject.lxc.stub(:destroy) { true }
+ subject.lxc_clone.stub(:destroy) { true }
subject.destroy
end
end
describe "#up" do