You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO: Delete this and the text below, and describe your gem
3
+
Ruby LSP RSpec is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for displaying code-lenses for RSpec tests.
4
4
5
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ruby/lsp/rspec`. To experiment with that code, run `bin/console` for an interactive prompt.
5
+

6
6
7
7
## Installation
8
8
9
-
TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_PRIOR_TO_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
9
+
To install, add the following line to your application's Gemfile:
10
10
11
-
Install the gem and add to the application's Gemfile by executing:
1. When clicking `Run`, the test(s) will be executed via the Test Explorer.
23
+
- However, deeply nested tests may not be displayed correctly at the moment.
24
+
2. When clicking `Run In Terminal`, a test command will be generated in the terminal.
25
+
3. When clicking `Debug`, the test(s) will be executed with VS Code debugger enabled (requires the [`debug`](https://github.com/ruby/debug) gem).
26
+
-[Learn how to set breakpoints in VS Code](https://code.visualstudio.com/docs/editor/debugging#_breakpoints).
18
27
19
-
## Usage
20
-
21
-
TODO: Write usage instructions here
22
28
23
29
## Development
24
30
@@ -28,12 +34,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
28
34
29
35
## Contributing
30
36
31
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ruby-lsp-rspec. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/ruby-lsp-rspec/blob/main/CODE_OF_CONDUCT.md).
37
+
Bug reports and pull requests are welcome on GitHub at https://github.com/st0012/ruby-lsp-rspec. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/st0012/ruby-lsp-rspec/blob/main/CODE_OF_CONDUCT.md).
32
38
33
39
## License
34
40
35
41
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
36
42
37
43
## Code of Conduct
38
44
39
-
Everyone interacting in the Ruby::Lsp::Rspec project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/ruby-lsp-rspec/blob/main/CODE_OF_CONDUCT.md).
45
+
Everyone interacting in the Ruby::Lsp::Rspec project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/st0012/ruby-lsp-rspec/blob/main/CODE_OF_CONDUCT.md).
0 commit comments