File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,9 @@ See the [documentation](https://shopify.github.io/ruby-lsp-rails) for more in-de
48
48
1 . Open a test which inherits from ` ActiveSupport::TestCase ` or one of its descendants, such as ` ActionDispatch::IntegrationTest ` .
49
49
2 . Click on the "Run", "Run in Terminal" or "Debug" code lens which appears above the test class, or an individual test.
50
50
51
- Note: When using the Test Explorer view, if your code contains a statement to pause execution (e.g. ` debugger ` ) it will
52
- cause the test runner to hang.
51
+ > [ !NOTE]
52
+ > When using the Test Explorer view, if your code contains a statement to pause execution (e.g. ` debugger ` ) it will
53
+ > cause the test runner to hang.
53
54
54
55
## How It Works
55
56
@@ -60,8 +61,7 @@ This gem consists of two components that enable enhanced Rails functionality in
60
61
61
62
This is why the Rails server needs to be running for some features to work.
62
63
63
- > ** Note**
64
- >
64
+ > [ !NOTE]
65
65
> There is no need to restart the Ruby LSP every time the Rails server is booted.
66
66
> If the server is shut down, the extra features will temporarily disappear and reappear once the server is running again.
67
67
You can’t perform that action at this time.
0 commit comments