Remove unnecessary test from virtualbox context
This commit is contained in:
parent
bb6913e6e8
commit
b8b2111700
|
@ -28,11 +28,6 @@ shared_context "virtualbox" do
|
||||||
allow(subprocess).to receive(:execute).
|
allow(subprocess).to receive(:execute).
|
||||||
with("VBoxManage", "showvminfo", kind_of(String), kind_of(Hash)).
|
with("VBoxManage", "showvminfo", kind_of(String), kind_of(Hash)).
|
||||||
and_return(subprocess_result(exit_code: 0))
|
and_return(subprocess_result(exit_code: 0))
|
||||||
|
|
||||||
# apparently this is also used in docker tests
|
|
||||||
#allow(subprocess).to receive(:execute).
|
|
||||||
# with("docker", "version", an_instance_of(Hash)).
|
|
||||||
# and_return(subprocess_result(exit_code: 0))
|
|
||||||
end
|
end
|
||||||
|
|
||||||
around do |example|
|
around do |example|
|
||||||
|
|
Loading…
Reference in New Issue