From 0faa7ee2a05b261ef89fb4652eaa0cfeef86c1d5 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino and Emilio Tagua Date: Wed, 9 Feb 2011 08:36:44 -0200 Subject: Add missing require --- activesupport/test/gzip_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'activesupport/test/gzip_test.rb') diff --git a/activesupport/test/gzip_test.rb b/activesupport/test/gzip_test.rb index 6adfab0359..f564e63f29 100644 --- a/activesupport/test/gzip_test.rb +++ b/activesupport/test/gzip_test.rb @@ -1,4 +1,5 @@ require 'abstract_unit' +require 'active_support/core_ext/object/blank' class GzipTest < Test::Unit::TestCase def test_compress_should_decompress_to_the_same_value @@ -14,4 +15,4 @@ class GzipTest < Test::Unit::TestCase assert !compressed.blank?, "a compressed blank string should not be blank" end -end \ No newline at end of file +end -- cgit v1.2.3