We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab5aa0 commit 5d9ebbdCopy full SHA for 5d9ebbd
CONTRIBUTING.md
@@ -13,6 +13,7 @@ Pull requests will trigger a CI job. The following two commands will be expecte
13
14
* `bundle exec rubocop -D .` - code style tests
15
* `bundle exec rspec` - functional tests
16
+* `bundle exec rspec spec/some_file_spec.rb` - functional tests for just some file
17
18
If you do not already have a working ruby development environment set up, run the following commands:
19
0 commit comments