Sha256: 3b1cc9765ce8ce08ea6b0aba5f765ee972ccca95537bbff4718c000af439c73b

Contents?: true

Size: 506 Bytes

Versions: 1

Compression:

Stored size: 506 Bytes

Contents

#  _____         _
# |_   _|__  ___| |_
#   | |/ _ \/ __| __|
#   | |  __/\__ \ |_
#   |_|\___||___/\__|
#
# for lib/nano/string/unix_crypt.rb
#
# Extracted Fri Oct 28 14:20:18 EDT 2005
# Unit Tools Reap Test Extractor
#

require 'nano/string/unix_crypt.rb'


  require 'test/unit'

  class TCString < Test::Unit::TestCase

    def test_unix_crypt
      assert_nothing_raised { "abc 123".unix_crypt }
    end

    def test_unix_crypt!
      assert_nothing_raised { "abc 123".unix_crypt! }
    end

  end


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facets-0.9.0 test/lib/nano/string/test_unix_crypt.rb