Skip to content

Commit

Permalink
Revert "Add test to deprecation of Path#children"
Browse files Browse the repository at this point in the history
This reverts commit 29b1dc2.

Conflicts:
	railties/test/application/paths_test.rb

Reason: since 7f96e43 was reverted,
Path#children is no longer deprecated.
  • Loading branch information
carlosantoniodasilva committed Dec 19, 2012
1 parent e36f9ef commit ebef8e9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions railties/test/application/paths_test.rb
Expand Up @@ -79,11 +79,5 @@ def assert_not_in_load_path(*path)
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

0 comments on commit ebef8e9

Please sign in to comment.