Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 469 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (26 loc) · 469 Bytes

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