aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-02-28 09:21:56 -0600
committerPratik Naik <pratiknaik@gmail.com>2009-02-28 15:35:03 +0000
commitdcd9c7f58e7194c026145273c7695cf968569d33 (patch)
tree629dae4a4d31c0cbc1381150b59998b022694cff /actionpack/test/template
parentf2a32bd0dedf11021027e36cc2c99f97434cae17 (diff)
downloadrails-dcd9c7f58e7194c026145273c7695cf968569d33.tar.gz
rails-dcd9c7f58e7194c026145273c7695cf968569d33.tar.bz2
rails-dcd9c7f58e7194c026145273c7695cf968569d33.zip
Fix spelling in test name.
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'actionpack/test/template')
-rw-r--r--actionpack/test/template/render_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/render_test.rb b/actionpack/test/template/render_test.rb
index de7fa3de65..b042eb3d9b 100644
--- a/actionpack/test/template/render_test.rb
+++ b/actionpack/test/template/render_test.rb
@@ -230,7 +230,7 @@ module RenderTestCases
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~')
end