blowmage / minitest-rails-capybara

Capybara integration for MiniTest::Rails
http://blowmage.com/minitest-rails-capybara
MIT License
131 stars 40 forks source link

Rails 6.x planned? #47

Open estani opened 4 years ago

estani commented 4 years ago

While trying to update to Rails 6.x I saw that this gem latest version is not supported: Bunnlder message:

Note: minitest-rails-capybara version regressed from 3.0.1 to 0.0.2

Is there any plan for this?

blowmage commented 4 years ago

The jump from mintiest-rails 3 to 5/6 drops mintiest-rails-capybara. Those tests should migrate to use rails’ system tests, which are also built on capybara.

estani commented 4 years ago

Is there any info regarding how this migration can be done? And a short notice regarding this in the readme would be great (or setting the whole repo as deprecated, is there won't be any updates anymore)

blowmage commented 4 years ago

Is there any info regarding how this migration can be done?

I don’t have any info. It should be pretty straightforward AFAIK.