Sha256: 29db7833f1b13cd3504aedc7ccff2b7f8d230782c6f2e9ea12a3b0d45e3bc717

Contents?: true

Size: 557 Bytes

Versions: 13

Compression:

Stored size: 557 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

module Gritano
  describe Ssh do
    it "should show information" do
      Ssh.info.should be == "It installs a patched OpenSSH version used by Gritano that enables SSH lookup for public keys in a database"
    end
    
    it "should show the help" do
      Console.remote_console(false)
      Ssh.help.should be == File.open("features/data/ssh_help.txt").readlines.join.
                                      gsub('{{VERSION}}', File.open("VERSION").readlines.join)
    end
    
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
gritano-0.10.3 spec/plugin_ssh_spec.rb
gritano-0.10.2 spec/plugin_ssh_spec.rb
gritano-0.10.1 spec/plugin_ssh_spec.rb
gritano-0.10.0 spec/plugin_ssh_spec.rb
gritano-0.9.4 spec/plugin_ssh_spec.rb
gritano-0.9.3 spec/plugin_ssh_spec.rb
gritano-0.9.2 spec/plugin_ssh_spec.rb
gritano-0.9.1 spec/plugin_ssh_spec.rb
gritano-0.9.0 spec/plugin_ssh_spec.rb
gritano-0.8.1 spec/plugin_ssh_spec.rb
gritano-0.8.0 spec/plugin_ssh_spec.rb
gritano-0.7.2 spec/plugin_ssh_spec.rb
gritano-0.7.1 spec/plugin_ssh_spec.rb