aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-04-03 20:56:12 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-04-03 20:59:44 -0300
commitfe588537654adc583d54157b1a5db48786452adf (patch)
tree3ab75acb0472550261a99e16ba0f7be0a0d0ad5d /actionpack/test
parente252e0ffe1a410513c36b67fb7729ea56de246c2 (diff)
downloadrails-fe588537654adc583d54157b1a5db48786452adf.tar.gz
rails-fe588537654adc583d54157b1a5db48786452adf.tar.bz2
rails-fe588537654adc583d54157b1a5db48786452adf.zip
Fix typo in view name
Introduced in 2c22376fe04b89e8f34620139720b85a85ce3428
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/fixtures/test/change_priority.html.erb (renamed from actionpack/test/fixtures/test/change_priorty.html.erb)0
-rw-r--r--actionpack/test/template/render_test.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/change_priorty.html.erb b/actionpack/test/fixtures/test/change_priority.html.erb
index 71ecef11c4..71ecef11c4 100644
--- a/actionpack/test/fixtures/test/change_priorty.html.erb
+++ b/actionpack/test/fixtures/test/change_priority.html.erb
diff --git a/actionpack/test/template/render_test.rb b/actionpack/test/template/render_test.rb
index f20b1c358e..72f494c811 100644
--- a/actionpack/test/template/render_test.rb
+++ b/actionpack/test/template/render_test.rb
@@ -61,7 +61,7 @@ module RenderTestCases
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