stub out call to system

This commit is contained in:
Darrell Hamilton 2013-07-15 11:30:40 -07:00
parent 041f185395
commit 17211387d0

View file

@ -23,6 +23,7 @@ describe Vagrant::LXC::Action::ForwardPorts do
subject.stub(exec: true)
subject.stub(spawn: pid)
subject.stub(system: true)
subject.call(env)
end