bugfix: set host for ssh config in specinfra

This commit is contained in:
Christoph Hartmann 2015-09-15 15:47:23 +02:00 committed by Dominik Richter
parent e72f8721fc
commit 6e76dd689e

View file

@ -149,7 +149,7 @@ module Vulcano::Backends
host = @conf['host'].to_s
fail 'You must configure a target host.' if host.empty?
RSpec.configuration.host = host
si.host = host
ssh_opts = {
port: @conf['port'] || 22,