Install appraisal
gem install bundler
gem install appraisalBundle
bundle installBootstrap
bundle exec appraisal installIf you need to create new test app for specific rails version
bundle exec appraisal rails-7.0 rails new spec/app/rails_7.0Run the test suite:
bundle exec appraisal rspecIf you modified any of the documentation files verify their format:
mdl *.md