Sha256: b5572794a2992349866eef2adf11fc598f72a3f678fce1b9929fe1a8ad7d0623

Contents?: true

Size: 183 Bytes

Versions: 43

Compression:

Stored size: 183 Bytes

Contents

module Serverspec
  module Helper
    module Ssh
      def backend(commands_object=nil)
        Serverspec::Backend::Ssh.new(commands_object || commands)
      end
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
serverspec-0.5.3 lib/serverspec/helper/ssh.rb
serverspec-0.5.2 lib/serverspec/helper/ssh.rb
serverspec-0.5.1 lib/serverspec/helper/ssh.rb
serverspec-0.5.0 lib/serverspec/helper/ssh.rb
serverspec-0.4.14 lib/serverspec/helper/ssh.rb
serverspec-0.4.13 lib/serverspec/helper/ssh.rb
serverspec-0.4.12 lib/serverspec/helper/ssh.rb
serverspec-0.4.11 lib/serverspec/helper/ssh.rb
serverspec-0.4.10 lib/serverspec/helper/ssh.rb
serverspec-0.4.9 lib/serverspec/helper/ssh.rb
serverspec-0.4.8 lib/serverspec/helper/ssh.rb
serverspec-0.4.7 lib/serverspec/helper/ssh.rb
serverspec-0.4.6 lib/serverspec/helper/ssh.rb
serverspec-0.4.5 lib/serverspec/helper/ssh.rb
serverspec-0.4.4 lib/serverspec/helper/ssh.rb
serverspec-0.4.3 lib/serverspec/helper/ssh.rb
serverspec-0.4.2 lib/serverspec/helper/ssh.rb
serverspec-0.4.1 lib/serverspec/helper/ssh.rb
serverspec-0.4.0 lib/serverspec/helper/ssh.rb
serverspec-0.3.2 lib/serverspec/helper/ssh.rb