Sha256: 8d00fd787cdc80a9a913b901d3105b1a4dc0f3b02cf67c7aabd61dd5553f7df6

Contents?: true

Size: 486 Bytes

Versions: 50

Compression:

Stored size: 486 Bytes

Contents

require 'helper'

module SSHKit

  class TestHost < FunctionalTest

    def host
      @_host ||= Host.new('')
    end

    def test_that_it_works
      assert true
    end

    def test_creating_a_user_gives_us_back_his_private_key_as_a_string
      skip 'It is not safe to create an user for non vagrant envs' unless VagrantWrapper.running?
      keys = create_user_with_key(:peter)
      assert_equal [:one, :two, :three], keys.keys
      assert keys.values.all?
    end

  end

end

Version data entries

50 entries across 48 versions & 3 rubygems

Version Path
sshkit-1.22.2 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.22.1 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.22.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.21.7 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/sshkit-1.21.6/test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.21.6 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
honeybadger-5.3.0 vendor/bundle/ruby/3.2.0/gems/sshkit-1.21.5/test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.21.5 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.21.4 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.21.3 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.21.2 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.21.1 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.21.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
honeybadger-4.5.3 vendor/bundle/ruby/2.6.0/gems/sshkit-1.18.2/test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.20.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.19.1 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.19.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.18.2 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.18.1 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.18.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb