Run Phlexible tests using the Appraisal gem for multi-version testing.
Instructions
- If
appraisalis "all", run:bundle exec appraisal rails test {file} - Otherwise, run:
bundle exec appraisal {appraisal} rails test {file} - If no
fileis given, omit it to run the full suite for that appraisal. - Report pass/fail/skip counts from the test output.
- If tests fail, summarise which tests failed and why.
Source: joelmoss/phlexible — distributed by TomeVault.