File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ class Cms::ApplicationHelper::DeleteButtonTest < ActionView::TestCase
6161 end
6262
6363 test "Writes out title if specified as a string" do
64- expected_html = '<a href="#" class="button disabled delete_button http_delete confirm_with_title" id="delete_button" title="Really delete \' Server Error\' ?"><span><span class="delete_img"> </span>Delete</span></a>'
65- assert_equal expected_html , delete_button ( :title => "Really delete \' Server Error\' ?" )
64+ expected_html = '<a href="#" class="button disabled delete_button http_delete confirm_with_title" id="delete_button" title="Really delete Server Error?"><span><span class="delete_img"> </span>Delete</span></a>'
65+ assert_equal expected_html , delete_button ( :title => "Really delete Server Error?" )
6666 end
6767
6868 test "default to disabled, but have an :enabled option" do
You can’t perform that action at this time.
0 commit comments