stub out call to system
This commit is contained in:
parent
041f185395
commit
17211387d0
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ describe Vagrant::LXC::Action::ForwardPorts do
|
||||||
|
|
||||||
subject.stub(exec: true)
|
subject.stub(exec: true)
|
||||||
subject.stub(spawn: pid)
|
subject.stub(spawn: pid)
|
||||||
|
subject.stub(system: true)
|
||||||
subject.call(env)
|
subject.call(env)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue