Sha256: cd8dbb3cd89aea7e6523c1194004675b692113e447d19c1fdc38a6456d82b550
Contents?: true
Size: 509 Bytes
Versions: 10
Compression:
Stored size: 509 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ | # |_|\___||___/\__| # # for lib/facets/string/crypt.rb # # Extracted Mon Sep 03 16:23:07 -0700 2007 # w/ Test Extraction Ratchet # require 'facets/string/crypt.rb' require 'test/unit' class TestStringCrypt < Test::Unit::TestCase def test_crypt assert_nothing_raised { "abc 123".crypt } end def test_crypt! assert_nothing_raised { "abc 123".crypt! } end end
Version data entries
10 entries across 10 versions & 1 rubygems