Skip to content

Commit

Permalink
Fix spelling in test name.
Browse files Browse the repository at this point in the history
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
  • Loading branch information
Mike Gunderloy authored and lifo committed Feb 28, 2009
1 parent f2a32bd commit dcd9c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/template/render_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_render_ignores_templates_with_malformed_template_handlers
end end
end end


def test_template_with_malformed_template_handler_is_reachable_trough_its_exact_filename def test_template_with_malformed_template_handler_is_reachable_through_its_exact_filename
assert_equal "Don't render me!", @view.render(:file => 'test/malformed/malformed.html.erb~') assert_equal "Don't render me!", @view.render(:file => 'test/malformed/malformed.html.erb~')
end end


Expand Down

0 comments on commit dcd9c7f

Please sign in to comment.