From 959eee14e132b3f5e22b9e29649327eaf46efb37 Mon Sep 17 00:00:00 2001 From: Liberatys Date: Thu, 23 Jun 2022 12:12:14 +0000 Subject: [PATCH] Update README.md (#779) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47a5fcc6..83243748 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,8 @@ When first developing, you need to run `bundle install` and then `bundle exec ap You can then run all appraisal files (like CI does), with `appraisal rake` or just run a specific set `DB='sqlite' bundle exec appraisal activerecord_5.2.2 rake`. +If you'd like to run a specific set of tests within a specific file or folder you can use `DB='sqlite' SPEC=path/to/file/or/folder bundle exec appraisal activerecord_5.2.2 rake`. + If you use RubyMine, you can run RSpec tests by configuring the RSpec configuration template like this: ![rubymine_rspec.png](rubymine_rspec.png)