From 25d27b39ea3cb3343b1b83177551053691964e70 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 10 Apr 2005 15:07:52 +0000 Subject: Fixed a few tests git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1126 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/asset_tag_helper_test.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/asset_tag_helper_test.rb b/actionpack/test/template/asset_tag_helper_test.rb index d51d0075b0..10244e6b81 100644 --- a/actionpack/test/template/asset_tag_helper_test.rb +++ b/actionpack/test/template/asset_tag_helper_test.rb @@ -30,8 +30,8 @@ class AssetTagHelperTest < Test::Unit::TestCase } JavascriptIncludeToTag = { - %(javascript_include_tag("xmlhr")) => %(), - %(javascript_include_tag("common.javascript", "/elsewhere/cools")) => %(\n), + %(javascript_include_tag("xmlhr")) => %(), + %(javascript_include_tag("common.javascript", "/elsewhere/cools")) => %(\n), } StyleLinkToTag = { @@ -92,8 +92,8 @@ class AssetTagHelperNonVhostTest < Test::Unit::TestCase } JavascriptIncludeToTag = { - %(javascript_include_tag("xmlhr")) => %(), - %(javascript_include_tag("common.javascript", "/elsewhere/cools")) => %(\n), + %(javascript_include_tag("xmlhr")) => %(), + %(javascript_include_tag("common.javascript", "/elsewhere/cools")) => %(\n), } StyleLinkToTag = { -- cgit v1.2.3