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
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/sshkit-1.5.1/test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.8.1 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.8.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/sshkit-1.7.1/test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.7.1 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.7.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.6.1 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.5.1 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.5.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb
sshkit-1.4.0 test/functional/test_ssh_server_comes_up_for_functional_tests.rb