From 86d6cdd7f7734b4dcfd7792c0326f14b45d5af53 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 3 Apr 2011 22:28:56 +0200 Subject: fixes the name of a test --- actionpack/test/template/javascript_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test') diff --git a/actionpack/test/template/javascript_helper_test.rb b/actionpack/test/template/javascript_helper_test.rb index e8500b2d9d..538e0e9874 100644 --- a/actionpack/test/template/javascript_helper_test.rb +++ b/actionpack/test/template/javascript_helper_test.rb @@ -55,7 +55,7 @@ class JavaScriptHelperTest < ActionView::TestCase link_to_function("Greeting", "alert('Hello world!')", :onclick => "confirm('Sanity!')") end - def test_finction_with_href + def test_function_with_href assert_dom_equal %(Greeting), link_to_function("Greeting", "alert('Hello world!')", :href => 'http://example.com/') end -- cgit v1.2.3