diff options
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 |