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

Version Path
facets-2.0.1 test/unit/string/test_crypt.rb
facets-2.0.0 test/unit/string/test_crypt.rb
facets-2.0.2 test/unit/string/test_crypt.rb
facets-2.0.3 test/unit/string/test_crypt.rb
facets-2.0.4 test/unit/string/test_crypt.rb
facets-2.0.5 test/unit/string/test_crypt.rb
facets-2.1.0 test/unit/string/test_crypt.rb
facets-2.1.1 test/unit/string/test_crypt.rb
facets-2.1.2 test/unit/string/test_crypt.rb
facets-2.1.3 test/unit/string/test_crypt.rb