From ebef8e944a138cd7b161fcd25170e45c2bff092e Mon Sep 17 00:00:00 2001
From: Carlos Antonio da Silva <carlosantoniodasilva@gmail.com>
Date: Wed, 19 Dec 2012 09:37:19 -0200
Subject: Revert "Add test to deprecation of Path#children"

This reverts commit 29b1dc273e1ad6b9e13bf48fe3f12047850f9554.

Conflicts:
	railties/test/application/paths_test.rb

Reason: since 7f96e4317e1354852e9600becb16662de3c17691 was reverted,
Path#children is no longer deprecated.
---
 railties/test/application/paths_test.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/railties/test/application/paths_test.rb b/railties/test/application/paths_test.rb
index f462ba1e05..4029984ce9 100644
--- a/railties/test/application/paths_test.rb
+++ b/railties/test/application/paths_test.rb
@@ -79,11 +79,5 @@ module ApplicationTests
       assert_not_in_load_path "tmp"
       assert_not_in_load_path "tmp", "cache"
     end
-
-    test "deprecated children method" do
-      assert_deprecated "children is deprecated and will be removed from Rails 4.1." do
-        @paths["app/assets"].children
-      end
-    end
   end
 end
-- 
cgit v1.2.3