Method: ADSP::Test::String#test_large_texts
- Defined in:
- lib/adsp/test/string.rb
#test_large_texts ⇒ Object
65 66 67 68 69 70 71 72 73 74 |
# File 'lib/adsp/test/string.rb', line 65 def test_large_texts Common.parallel LARGE_TEXTS do |text| compressed_text = target.compress text decompressed_text = target.decompress compressed_text decompressed_text.force_encoding text.encoding assert_equal text, decompressed_text end end |