提交 c2e70ca9 编写于 作者: A Arthur Nogueira Neves

Merge pull request #22502 from maclover7/remove-deprecation-notice

Remove unused deprecation notice
......@@ -298,14 +298,6 @@ db_namespace = namespace :db do
end
namespace :test do
task :deprecated do
Rake.application.top_level_tasks.grep(/^db:test:/).each do |task|
$stderr.puts "WARNING: #{task} is deprecated. The Rails test helper now maintains " \
"your test schema automatically, see the release notes for details."
end
end
# desc "Recreate the test database from the current schema"
task :load => %w(db:test:purge) do
case ActiveRecord::Base.schema_format
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册