Skip to content

Commit

Permalink
Update README.md (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liberatys authored Jun 23, 2022
1 parent 9084c54 commit 959eee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 959eee1

Please sign in to comment.