Sha256: c094f2becfa13700ca180425267662c95c079b148edd79117c429ddfb63dcffe

Contents?: true

Size: 236 Bytes

Versions: 7

Compression:

Stored size: 236 Bytes

Contents

require 'abstract_unit'

class GzipTest < Test::Unit::TestCase
  def test_compress_should_decompress_to_the_same_value
    assert_equal "Hello World", ActiveSupport::Gzip.decompress(ActiveSupport::Gzip.compress("Hello World"))
  end
end

Version data entries

7 entries across 6 versions & 4 rubygems

Version Path
kajam-1.0.3.rc2 vendor/rails/activesupport/test/gzip_test.rb
radiant-1.0.0.rc2 vendor/rails/activesupport/test/gzip_test.rb
radiant-1.0.0.rc1 vendor/rails/activesupport/test/gzip_test.rb
radiant-0.9.0.rc2 vendor/rails/activesupport/test/gzip_test.rb
usher-0.7.0 spec/rails2_3/vendor/rails/vendor/rails/activesupport/test/gzip_test.rb
usher-0.7.0 spec/rails2_2/vendor/rails/vendor/rails/activesupport/test/gzip_test.rb
recliner-0.0.1 vendor/activesupport/test/gzip_test.rb