aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test')
-rw-r--r--railties/test/application/paths_test.rb2
1 files changed, 1 insertions, 1 deletions
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