Sha256: 45d0fa4c7f2fd22d308d6745ccb812d283d11f5d8673616d44d9e500126efd05

Contents?: true

Size: 388 Bytes

Versions: 35

Compression:

Stored size: 388 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
      keys = create_user_with_key(:peter)
      assert_equal [:one, :two, :three], keys.keys
      assert keys.values.all?
    end

  end

end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
sshkit-1.3.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.2.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.1.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.0.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.34 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.33 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.32 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.31 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.29 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.28 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.27 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.26 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.25 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.24 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.23 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.22 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.21 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.19 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.18 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-0.0.16 test/functional/test_ssh_server_comes_up_for_functional_tests.rb