Sha256: 74299f44ba741cdebdacbd4045fdfcdc959d25ca3cfc3dc6335d7f4f0a71e413
Contents?: true
Size: 352 Bytes
Versions: 8
Compression:
Stored size: 352 Bytes
Contents
require 'helper' module Keyrack class TestStore < Test::Unit::TestCase def test_get_filesystem assert_equal Store::Filesystem, Store[:filesystem] assert_equal Store::Filesystem, Store['filesystem'] end def test_get_ssh assert_equal Store::SSH, Store[:ssh] assert_equal Store::SSH, Store['ssh'] end end end
Version data entries
8 entries across 8 versions & 1 rubygems