Sha256: 85f4640ccf197aa3c25812ccd1ea39d59a36317c73319ee16e428602c951d5a0

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

# Test for facets/string/crypt

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

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.2 work/defunct/test/string/test_crypt.rb
facets-2.2.0 test/unit/string/test_crypt.rb
facets-2.2.1 test/unit/string/test_crypt.rb
facets-2.3.0 test/core/string/test_crypt.rb