diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/test/application/paths_test.rb | 2 |
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 |