1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

docs, AR no longer makes use of test:prepare. [ci skip]

Change originated from https://github.com/rails/rails/pull/17739#issuecomment-64829088

/cc @metaskills
This commit is contained in:
Yves Senn 2014-11-28 11:03:52 +01:00
parent 200b9035da
commit 6c83d4bfd5

View file

@ -10,7 +10,8 @@ end
namespace :test do
task :prepare do
# Placeholder task for other Railtie and plugins to enhance. See Active Record for an example.
# Placeholder task for other Railtie and plugins to enhance.
# If used with Active Record, this task runs before the database schema is synchronized.
end
Rails::TestTask.new(:run) do |t|