diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-12-19 09:37:19 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-12-19 09:37:19 -0200 |
commit | ebef8e944a138cd7b161fcd25170e45c2bff092e (patch) | |
tree | 2eca47251ccefb82bce8a82de512ef72e2f99b2a /railties | |
parent | e36f9efd9bb6978b0da6426ab42480071243487c (diff) | |
download | rails-ebef8e944a138cd7b161fcd25170e45c2bff092e.tar.gz rails-ebef8e944a138cd7b161fcd25170e45c2bff092e.tar.bz2 rails-ebef8e944a138cd7b161fcd25170e45c2bff092e.zip |
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.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/test/application/paths_test.rb | 6 |
1 files changed, 0 insertions, 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 |