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 8c28fa5 commit 84094ceCopy full SHA for 84094ce
README.md
@@ -45,7 +45,7 @@ See the [documentation](https://shopify.github.io/ruby-lsp-rails) for more in-de
45
46
### Running Tests
47
48
-1. Open a test which inherits from `ActiveSupport::TestCase` or one if its descendants, such as `ActionDispatch::IntegrationTest`.
+1. Open a test which inherits from `ActiveSupport::TestCase` or one its descendants, such as `ActionDispatch::IntegrationTest`.
49
2. Click on the "Run", "Run in Terminal" or "Debug" code lens which appears above the test class, or an individual test.
50
51
Note: When using the Test Explorer view, if your code contains a statement to pause execution (e.g. `debugger`) it will
0 commit comments