Open tomrossi7 opened 6 years ago
Just linking this to the other ticket where this was found - rails/rails#31324
Found with minitst-rails 5.0
, bundler installs minitest-rails-capybara 0.0.2
, which causes this error.
With Gemfile 'minitest-rails', '~> 3.0'
(lock to ~> 3
), minitest-rails-capybara 3.0.1
is installed and does work.
minitest-rails-capybara support ends with minitest-rails 3.x. If you want to use minitest-rails 5.1+ you should transition to system tests. If you need to stay on Rails 5.0, I would use minitest-rails 3 and minitest-rails-capybara 3 instead of minitest-rails 5.0.
While using
Ruby 2.3.3
and upgrading the Rails gem from5.1.4
to5.2.0.beta2
, rake fails:I've tracked this back to the minitest-rails-capybara gem. Anyone have a fix?