From 6ec28f8cc04e168878803c90f6b32b1caded929d Mon Sep 17 00:00:00 2001 From: wangjohn Date: Sun, 21 Apr 2013 11:07:26 -0400 Subject: Removing tests for deprecated options in active support. The +use_full_path+ option was removed in 3b3790a4 and passing the template handler to render was deprecated in 43d27e91. --- actionpack/test/template/render_test.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'actionpack/test') diff --git a/actionpack/test/template/render_test.rb b/actionpack/test/template/render_test.rb index 2237d747be..81f3391fcd 100644 --- a/actionpack/test/template/render_test.rb +++ b/actionpack/test/template/render_test.rb @@ -29,14 +29,6 @@ module RenderTestCases assert_equal "Hello world!", @view.render(:file => "test/hello_world") end - def test_render_file_not_using_full_path - assert_equal "Hello world!", @view.render(:file => "test/hello_world") - end - - def test_render_file_without_specific_extension - assert_equal "Hello world!", @view.render(:file => "test/hello_world") - end - # Test if :formats, :locale etc. options are passed correctly to the resolvers. def test_render_file_with_format assert_match "

No Comment

", @view.render(:file => "comments/empty", :formats => [:html]) -- cgit v1.2.3