From 40497ed1e736f100020193855d923535b83ac3df Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Mon, 18 Nov 2019 21:47:34 -0300 Subject: [PATCH] Fix appraisal command in CONTRIBUTING.md file --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f501c5b50..04ae44a18 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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