aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2010-11-15 15:41:47 +0100
committerJosé Valim <jose.valim@gmail.com>2010-11-16 00:04:36 +0100
commit7a38c8b9f5b8e36d56f7f8fa9cbbfa931c0ab26f (patch)
treed26e23659b51a923c3c5d1f8cd4177aec86ce6f7
parent1c129f8f8ea5b10605ad77af6064c983584d463d (diff)
downloadrails-7a38c8b9f5b8e36d56f7f8fa9cbbfa931c0ab26f.tar.gz
rails-7a38c8b9f5b8e36d56f7f8fa9cbbfa931c0ab26f.tar.bz2
rails-7a38c8b9f5b8e36d56f7f8fa9cbbfa931c0ab26f.zip
removed an assert from a test as it was testing a private method
-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 caf1c694c8..7c54539cf4 100644
--- a/actionpack/test/template/asset_tag_helper_test.rb
+++ b/actionpack/test/template/asset_tag_helper_test.rb
@@ -306,7 +306,6 @@ class AssetTagHelperTest < ActionView::TestCase
ENV["RAILS_ASSET_ID"] = ""
assert stylesheet_link_tag('dir/file').html_safe?
assert stylesheet_link_tag('dir/other/file', 'dir/file2').html_safe?
- assert stylesheet_tag('dir/file', {}).html_safe?
end
def test_custom_stylesheet_expansions