Back to Aasm

TESTING

TESTING.md

5.5.2609 B
Original Source

Install dependency matrix

bundle install
bundle exec appraisal install

This will re-generate Gemfiles in gemfile folder

Use rvm gemsets or similar to avoid global gem pollution

Run specs

For all supported Rails/ORM combinations:

bundle exec appraisal rspec

Or for specific one:

bundle exec appraisal rails_7.2 rspec

Or for one particular test file

appraisal rails_7.2_mongoid_5 rspec spec/unit/persistence/mongoid_persistence_multiple_spec.rb

Or down to one test case

appraisal rails_7.2_mongoid_5 rspec spec/unit/persistence/mongoid_persistence_multiple_spec.rb:92