Skip to content

Commit

Permalink
docs, AR no longer makes use of test:prepare. [ci skip]
Browse files Browse the repository at this point in the history
Change originated from rails#17739 (comment)

/cc @metaskills
  • Loading branch information
senny committed Nov 28, 2014
1 parent 200b903 commit 6c83d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railties/lib/rails/test_unit/testing.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 6c83d4b

Please sign in to comment.