Contributing

Install appraisal

gem install bundler
gem install appraisal

Bundle

bundle install

Bootstrap

bundle exec appraisal install

If you need to create new test app for specific rails version

bundle exec appraisal rails-7.0 rails new spec/app/rails_7.0

Run the test suite:

bundle exec appraisal rspec

If you modified any of the documentation files verify their format:

mdl *.md