Skip to content

Commit 5d9ebbd

Browse files
committed
Give example of how to run unit test for just one file
1 parent dab5aa0 commit 5d9ebbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Pull requests will trigger a CI job. The following two commands will be expecte
1313

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

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

0 commit comments

Comments
 (0)