mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
18 lines
292 B
Markdown
18 lines
292 B
Markdown
|
## Install dependency matrix
|
||
|
|
||
|
appraise 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:
|
||
|
|
||
|
appraise rspec
|
||
|
|
||
|
Or for s specific one:
|
||
|
|
||
|
appraise rails_4.2 rspec
|