mirror of
https://github.com/github/rails.git
synced 2026-01-30 08:48:06 -05:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user