assaf / vanity

Experiment Driven Development for Ruby
http://vanity.labnotes.org
MIT License
1.55k stars 269 forks source link

Appraisals don't actually test on Rails 6 #390

Closed ariel-codes closed 2 years ago

ariel-codes commented 2 years ago

The Appraisals file uses

gem "rails", "~>5.2.0"

for all appraisals, including rails6 and rails61.

This also means that Vanity::Rails::Helpers#vanity_js doesn't work as intended in Rails 6+