Ruby 1.9 compat: ENV.delete rather than assigning nil

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8452 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper
2007-12-20 22:27:37 +00:00
parent 5dc831fd9a
commit f16cd7220f

View File

@@ -46,7 +46,7 @@ class AssetTagHelperTest < Test::Unit::TestCase
def teardown
ActionController::Base.perform_caching = false
ActionController::Base.asset_host = nil
ENV["RAILS_ASSET_ID"] = nil
ENV.delete('RAILS_ASSET_ID')
end
AutoDiscoveryToTag = {