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:
parent
ed962dee3e
commit
b902a533df
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue