Skip to content

Commit

Permalink
Fix typo in view name
Browse files Browse the repository at this point in the history
Introduced in 2c22376
  • Loading branch information
carlosantoniodasilva committed Apr 4, 2013
1 parent 81ed4f5 commit f5644b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/test/template/render_test.rb
Expand Up @@ -61,7 +61,7 @@ def test_render_partial_implicitly_use_format_of_the_rendered_partial

def test_render_partial_use_last_prepended_format_for_partials_with_the_same_names
@view.lookup_context.formats = [:html]
assert_equal "\nHTML Template, but JSON partial", @view.render(:template => "test/change_priorty")
assert_equal "\nHTML Template, but JSON partial", @view.render(:template => "test/change_priority")
end

def test_render_template_with_a_missing_partial_of_another_format
Expand Down

0 comments on commit f5644b0

Please sign in to comment.