From 72e6fb005fbdd211883282fc761d3ded23ef7fbb Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 29 Oct 2012 12:52:44 -0200 Subject: Fix deprecation message in test for Path#children --- railties/test/application/paths_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/test/application') diff --git a/railties/test/application/paths_test.rb b/railties/test/application/paths_test.rb index d9cd26a3a2..2265d220ab 100644 --- a/railties/test/application/paths_test.rb +++ b/railties/test/application/paths_test.rb @@ -84,7 +84,7 @@ module ApplicationTests end test "deprecated children method" do - assert_deprecated "children is deprecated and will be removed in Rails 4.1." do + assert_deprecated "children is deprecated and will be removed from Rails 4.1." do @paths["app/assets"].children end end -- cgit v1.2.3