parallel_rspec icon indicating copy to clipboard operation
parallel_rspec copied to clipboard

fixed namespace in README

Open krtschmr opened this issue 1 year ago • 1 comments

 rails db:parallel:prepare RAILS_ENV=test
rails aborted!
Don't know how to build task 'db:parallel:prepare' (See the list of available tasks with `rails --tasks`)
Did you mean?  parallel:prepare

krtschmr avatar May 03 '24 12:05 krtschmr

I can't reproduce that behavior, what versions of this gem & rails do you have?

 $ be rake db:parallel:prepare
 $ be rails db:parallel:prepare
 $ be rake parallel:prepare
rake aborted!
Don't know how to build task 'parallel:prepare' (See the list of available tasks with `rake --tasks`)
Did you mean?  db:parallel:prepare
/Users/will/.asdf/installs/ruby/3.2.2/bin/bundle:25:in `load'
/Users/will/.asdf/installs/ruby/3.2.2/bin/bundle:25:in `<main>'
(See full trace by running task with --trace)
 $ be rails parallel:prepare
rails aborted!
Don't know how to build task 'parallel:prepare' (See the list of available tasks with `rails --tasks`)
Did you mean?  db:parallel:prepare

(See full trace by running task with --trace)

willbryant avatar May 03 '24 22:05 willbryant