Sha256: cc3c5d8ba06abf053f862f6297790f8eaeca65050c5dfe0aca4dde1ae5a92a69

Contents?: true

Size: 169 Bytes

Versions: 12

Compression:

Stored size: 169 Bytes

Contents

require "net/ssh"

RSpec.describe Net::SSH do
  it "supports the ed25519 algorithm" do
    expect(Net::SSH::Authentication::ED25519Loader::LOADED).to be(true)
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
capistrano-twingly-4.2.0 spec/integration/net_ssh_spec.rb
capistrano-twingly-4.1.0 spec/integration/net_ssh_spec.rb
capistrano-twingly-4.0.4 spec/integration/net_ssh_spec.rb
capistrano-twingly-4.0.3 spec/integration/net_ssh_spec.rb
capistrano-twingly-4.0.2 spec/integration/net_ssh_spec.rb
capistrano-twingly-4.0.1 spec/integration/net_ssh_spec.rb
capistrano-twingly-4.0.0 spec/integration/net_ssh_spec.rb
capistrano-twingly-3.0.0 spec/integration/net_ssh_spec.rb
capistrano-twingly-2.4.1 spec/integration/net_ssh_spec.rb
capistrano-twingly-2.4.0 spec/integration/net_ssh_spec.rb
capistrano-twingly-2.3.0 spec/integration/net_ssh_spec.rb
capistrano-twingly-2.2.0 spec/integration/net_ssh_spec.rb