We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514e5a1 commit 5069fa9Copy full SHA for 5069fa9
CONTRIBUTING.md
@@ -63,6 +63,18 @@ To run all tests
63
bundle exec rake test
64
```
65
66
+To run a single test:
67
+
68
+```bash
69
+bundle exec ruby -I test file/path/to/test.rb --name test_name_that_is_real
70
+```
71
72
+Just swap out the example file path and test name, to be something like below:
73
74
75
+bundle exec ruby -I test test/functional/masq/sessions_controller_test.rb --name test_should_authenticate_with_password_and_yubico_otp
76
77
78
## Lint It
79
80
Run all the default tasks, which includes running the gradually autocorrecting linter, `rubocop-gradual`.
0 commit comments