From d3e8c149cbac514068f49de9d127ae017a54bf2d Mon Sep 17 00:00:00 2001 From: kennyj Date: Sat, 1 Jun 2013 21:44:38 +0900 Subject: Remove ActionView::Template#mime_type was deprecated. --- actionpack/test/template/template_test.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'actionpack/test/template') diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb index 8d32205fb8..c94508d678 100644 --- a/actionpack/test/template/template_test.rb +++ b/actionpack/test/template/template_test.rb @@ -64,13 +64,6 @@ class TestERBTemplate < ActiveSupport::TestCase @context = Context.new end - def test_mime_type_is_deprecated - template = new_template - assert_deprecated 'Template#mime_type is deprecated and will be removed' do - template.mime_type - end - end - def test_basic_template @template = new_template assert_equal "Hello", render -- cgit v1.2.3