Sha256: 45a1f7d49bea5d1a9f92ac6852fffe7025fea57f54379c5155ba17276bd474f9
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/string/blank.rb # # Extracted Fri Feb 16 02:00:37 EST 2007 # Project.rb Test Extraction # require 'facets/core/string/blank.rb' require 'test/unit' class TCString < Test::Unit::TestCase def test_blank? assert( ! "xyz".blank? ) assert( " ".blank? ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.8.49 | test/lib/facets/core/string/test_blank.rb |