You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be good to automatically set up a database similar to Rails. Rails docs.
In Rails, ActiveRecord::Tasks::DatabaseTasks.reconstruct_from_schema is called inside the ActiveSupport::Testing::Parallelization#after_fork_hook. Ref.
It'd be good to automatically set up a database similar to Rails. Rails docs.
In Rails,
ActiveRecord::Tasks::DatabaseTasks.reconstruct_from_schema
is called inside theActiveSupport::Testing::Parallelization#after_fork_hook
. Ref.TODO
command
variable.Originally posted by @pirj in rspec/rspec-rails#2104 (comment):
The text was updated successfully, but these errors were encountered: