From d47d6e7eda3aa3e6aa28d0c17ac6801234bb97d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Galdino=20+=20Rafael=20Mendon=C3=A7a=20Fran=C3=A7?= =?UTF-8?q?a?= Date: Mon, 14 May 2012 16:26:27 -0300 Subject: Fix typo --- actionpack/test/template/asset_tag_helper_test.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 adc13f0be6..4aa9f76f47 100644 --- a/actionpack/test/template/asset_tag_helper_test.rb +++ b/actionpack/test/template/asset_tag_helper_test.rb @@ -441,14 +441,14 @@ class AssetTagHelperTest < ActionView::TestCase end def test_image_tag_with_mouseover - assert_deprecated ":mouseover options is deprecated and will be removed from Rails 4.0" do + assert_deprecated ":mouseover option is deprecated and will be removed from Rails 4.0" do assert_dom_equal( %(Mouse), image_tag("mouse.png", :mouseover => "/images/mouse_over.png") ) end - assert_deprecated ":mouseover options is deprecated and will be removed from Rails 4.0" do + assert_deprecated ":mouseover option is deprecated and will be removed from Rails 4.0" do assert_dom_equal( %(Mouse), image_tag("mouse.png", :mouseover => image_path("mouse_over.png")) @@ -1111,11 +1111,11 @@ class AssetTagHelperNonVhostTest < ActionView::TestCase assert_dom_equal(%(/collaboration/hieraki/stylesheets/style.css), stylesheet_path("style")) assert_dom_equal(%(/collaboration/hieraki/images/xml.png), image_path("xml.png")) - assert_deprecated ":mouseover options is deprecated and will be removed from Rails 4.0" do + assert_deprecated ":mouseover option is deprecated and will be removed from Rails 4.0" do assert_dom_equal(%(Mouse), image_tag("mouse.png", :mouseover => "/images/mouse_over.png")) end - assert_deprecated ":mouseover options is deprecated and will be removed from Rails 4.0" do + assert_deprecated ":mouseover option is deprecated and will be removed from Rails 4.0" do assert_dom_equal(%(Mouse2), image_tag("mouse2.png", :mouseover => image_path("mouse_over2.png"))) end end @@ -1131,11 +1131,11 @@ class AssetTagHelperNonVhostTest < ActionView::TestCase assert_dom_equal(%(gopher://assets.example.com/collaboration/hieraki/stylesheets/style.css), stylesheet_path("style")) assert_dom_equal(%(gopher://assets.example.com/collaboration/hieraki/images/xml.png), image_path("xml.png")) - assert_deprecated ":mouseover options is deprecated and will be removed from Rails 4.0" do + assert_deprecated ":mouseover option is deprecated and will be removed from Rails 4.0" do assert_dom_equal(%(Mouse), image_tag("mouse.png", :mouseover => "/images/mouse_over.png")) end - assert_deprecated ":mouseover options is deprecated and will be removed from Rails 4.0" do + assert_deprecated ":mouseover option is deprecated and will be removed from Rails 4.0" do assert_dom_equal(%(Mouse2), image_tag("mouse2.png", :mouseover => image_path("mouse_over2.png"))) end end @@ -1147,11 +1147,11 @@ class AssetTagHelperNonVhostTest < ActionView::TestCase assert_dom_equal(%(gopher://assets.example.com/collaboration/hieraki/stylesheets/style.css), stylesheet_path("style")) assert_dom_equal(%(gopher://assets.example.com/collaboration/hieraki/images/xml.png), image_path("xml.png")) - assert_deprecated ":mouseover options is deprecated and will be removed from Rails 4.0" do + assert_deprecated ":mouseover option is deprecated and will be removed from Rails 4.0" do assert_dom_equal(%(Mouse), image_tag("mouse.png", :mouseover => "/images/mouse_over.png")) end - assert_deprecated ":mouseover options is deprecated and will be removed from Rails 4.0" do + assert_deprecated ":mouseover option is deprecated and will be removed from Rails 4.0" do assert_dom_equal(%(Mouse2), image_tag("mouse2.png", :mouseover => image_path("mouse_over2.png"))) end end -- cgit v1.2.3