Sha256: 8dfbd3e24addff9f2470bc6b65c4d6744f8f2d560e88cb5183a4621f84a5956a
Contents?: true
Size: 469 Bytes
Versions: 7
Compression:
Stored size: 469 Bytes
Contents
# Contributing Install appraisal ```bash gem install bundler gem install appraisal ``` Bundle ```bash bundle install ``` Bootstrap ```bash bundle exec appraisal install ``` If you need to create new test app for specific rails version ```bash bundle exec appraisal rails-7.0 rails new spec/app/rails_7.0 ``` Run the test suite: ```bash bundle exec appraisal rspec ``` If you modified any of the documentation files verify their format: ```bash mdl *.md ```
Version data entries
7 entries across 7 versions & 1 rubygems