Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Give example of how to run unit test for just one file
  • Loading branch information
hlovdal committed Dec 29, 2022
commit 5d9ebbd25673d2ff609e602e51a53741a5a90c56
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Pull requests will trigger a CI job. The following two commands will be expecte

* `bundle exec rubocop -D .` - code style tests
* `bundle exec rspec` - functional tests
* `bundle exec rspec spec/some_file_spec.rb` - functional tests for just some file

If you do not already have a working ruby development environment set up, run the following commands:

Expand Down