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.3.1 lib/serverspec/helper/ssh.rb
serverspec-0.3.0 lib/serverspec/helper/ssh.rb
serverspec-0.2.28 lib/serverspec/helper/ssh.rb
serverspec-0.2.27 lib/serverspec/helper/ssh.rb
serverspec-0.2.26 lib/serverspec/helper/ssh.rb
serverspec-0.2.25 lib/serverspec/helper/ssh.rb
serverspec-0.2.24 lib/serverspec/helper/ssh.rb
serverspec-0.2.23 lib/serverspec/helper/ssh.rb
serverspec-0.2.22 lib/serverspec/helper/ssh.rb
serverspec-0.2.21 lib/serverspec/helper/ssh.rb
serverspec-0.2.20 lib/serverspec/helper/ssh.rb
serverspec-0.2.19 lib/serverspec/helper/ssh.rb
serverspec-0.2.18 lib/serverspec/helper/ssh.rb
serverspec-0.2.17 lib/serverspec/helper/ssh.rb
serverspec-0.2.16 lib/serverspec/helper/ssh.rb
serverspec-0.2.15 lib/serverspec/helper/ssh.rb
serverspec-0.2.14 lib/serverspec/helper/ssh.rb
serverspec-0.2.13 lib/serverspec/helper/ssh.rb
serverspec-0.2.12 lib/serverspec/helper/ssh.rb
serverspec-0.2.11 lib/serverspec/helper/ssh.rb