diff options
author | Carlhuda <carlhuda@engineyard.com> | 2010-03-04 12:21:49 -0800 |
---|---|---|
committer | Carlhuda <carlhuda@engineyard.com> | 2010-03-04 16:05:52 -0800 |
commit | 48bb3b3904806abaea7c62961559c03e689dd12f (patch) | |
tree | 7c7cb23f3ef48fa1c75d76a6fe8c394b39b2a8bf /actionpack/test | |
parent | 5e3e5ac12baf8432b4c2a324a81fc81901479ef5 (diff) | |
download | rails-48bb3b3904806abaea7c62961559c03e689dd12f.tar.gz rails-48bb3b3904806abaea7c62961559c03e689dd12f.tar.bz2 rails-48bb3b3904806abaea7c62961559c03e689dd12f.zip |
Move stuff from compatibility.rb to deprecated.rb
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/template/asset_tag_helper_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/template/asset_tag_helper_test.rb b/actionpack/test/template/asset_tag_helper_test.rb index 6089048088..50c3ab0b60 100644 --- a/actionpack/test/template/asset_tag_helper_test.rb +++ b/actionpack/test/template/asset_tag_helper_test.rb @@ -51,7 +51,6 @@ class AssetTagHelperTest < ActionView::TestCase def teardown ActionController::Base.perform_caching = false - ActionController::Base.asset_host = nil ENV.delete('RAILS_ASSET_ID') end |