Rails 2.1.1
Among other things, a security fix.
This commit is contained in:
parent
d2c4c8737c
commit
d4f97345db
354 changed files with 21027 additions and 3072 deletions
7
vendor/rails/activesupport/test/gzip_test.rb
vendored
Normal file
7
vendor/rails/activesupport/test/gzip_test.rb
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue