Skip to content

Commit

Permalink
Fix appraisal command in CONTRIBUTING.md file (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsppedro authored and guialbuk committed Nov 19, 2019
1 parent ed962de commit b902a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ is created and loaded every time you start running tests.
To run a unit test, you might say something like:

```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
Expand All @@ -154,7 +154,7 @@ each test.
To run an acceptance test, you might say something like:

```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
Expand Down

0 comments on commit b902a53

Please sign in to comment.