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