spec/beaker/shared/host_manager_spec.rb in beaker-5.6.0 vs spec/beaker/shared/host_manager_spec.rb in beaker-5.7.0
- old
+ new
@@ -138,10 +138,10 @@
hosts[0].options.each do |option|
expect(option[1]).to eq(new_host.options[option[0]]) unless option[0] == :logger
end
end
- it "will ignore run_in_parallel global option" do
+ it "ignores run_in_parallel global option" do
myhosts = host_handler.run_block_on(hosts, nil, { :run_in_parallel => [] }) do |host|
host
end
expect(InParallel::InParallelExecutor).not_to receive(:_execute_in_parallel).with(any_args)
expect(myhosts).to eq(hosts)