aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-07-07 13:12:28 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-07-07 13:12:28 -0700
commit215193d19a89a563dcf4ce6010f9ee4a433295b4 (patch)
treec24dd4dda70f5e5283317a246ef17f25d48abd88 /actionpack/test
parent453f2221cbe65b38b074338f5b15858c83147e5f (diff)
downloadrails-215193d19a89a563dcf4ce6010f9ee4a433295b4.tar.gz
rails-215193d19a89a563dcf4ce6010f9ee4a433295b4.tar.bz2
rails-215193d19a89a563dcf4ce6010f9ee4a433295b4.zip
removing brittle assertion
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/template/asset_tag_helper_test.rb1
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 59e7ac144b..717e0e9065 100644
--- a/actionpack/test/template/asset_tag_helper_test.rb
+++ b/actionpack/test/template/asset_tag_helper_test.rb
@@ -1129,7 +1129,6 @@ class AssetTagHelperNonVhostTest < ActionView::TestCase
end
def test_should_wildcard_asset_host_between_zero_and_four
- String.any_instance.expects(:hash).times(0)
@controller.config.asset_host = 'http://a%d.example.com'
assert_match(%r(http://a[0123].example.com/collaboration/hieraki/images/xml.png), image_path('xml.png'))
end