1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Fix appraisal command in CONTRIBUTING.md file (#1253)

This commit is contained in:
Pedro Paiva 2019-11-18 23:37:51 -03:00 committed by Gui Vieira
parent ed962dee3e
commit b902a533df

View file

@ -142,7 +142,7 @@ is created and loaded every time you start running tests.
To run a unit test, you might say something like: To run a unit test, you might say something like:
```bash ```bash
bundle exec appraisal 5.2 rspec spec/unit/shoulda/matchers/active_model/validate_inclusion_of_matcher_spec.rb bundle exec appraisal rails_5_2 rspec spec/unit/shoulda/matchers/active_model/validate_inclusion_of_matcher_spec.rb
``` ```
### Acceptance tests ### Acceptance tests
@ -154,7 +154,7 @@ each test.
To run an acceptance test, you might say something like: To run an acceptance test, you might say something like:
```bash ```bash
bundle exec appraisal 5.2 rspec spec/acceptance/rails_integration_spec.rb bundle exec appraisal rails_5_2 rspec spec/acceptance/rails_integration_spec.rb
``` ```
### All tests ### All tests