/vendor/gems/facets-2.4.5/test/more/test_blank.rb
https://bitbucket.org/mediashelf/fedora-migrator · Ruby · 12 lines · 8 code · 4 blank · 0 comment · 0 complexity · 940bc6ebb62ef3a8699c7706fe53f3e9 MD5 · raw file
- require 'facets/blank.rb'
- require 'test/unit'
- class TestStringBlank < Test::Unit::TestCase
- def test_blank?
- assert( ! "xyz".blank? )
- assert( " ".blank? )
- end
- end