mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
how to use appraisal
This commit is contained in:
parent
3f85b69b39
commit
377a06e66b
1 changed files with 9 additions and 1 deletions
10
TESTING.md
10
TESTING.md
|
@ -12,6 +12,14 @@ For all supported Rails/ORM combinations:
|
|||
|
||||
appraisal rspec
|
||||
|
||||
Or for s specific one:
|
||||
Or for specific one:
|
||||
|
||||
appraisal rails_4.2 rspec
|
||||
|
||||
Or for one particular test file
|
||||
|
||||
appraisal rails_4.2_mongo_mapper rspec spec/unit/persistence/mongo_mapper_persistence_multiple_spec.rb
|
||||
|
||||
Or down to one test case
|
||||
|
||||
appraisal rails_4.2_mongo_mapper rspec spec/unit/persistence/mongo_mapper_persistence_multiple_spec.rb:92
|
Loading…
Reference in a new issue