Skip to content

Commit

Permalink
Update readme and example gif
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Sep 17, 2023
1 parent 4f5dd98 commit 8975e10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Ruby LSP RSpec

Ruby LSP RSpec is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for displaying code-lenses for RSpec tests.
[![Gem Version](https://badge.fury.io/rb/ruby-lsp-rspec.svg)](https://badge.fury.io/rb/ruby-lsp-rspec)

![Screenshot of the code lenses](/misc/example.png)
Ruby LSP RSpec is a [Ruby LSP](https://github.com/Shopify/ruby-lsp) extension for displaying CodeLens for RSpec tests.

![Screenshot of the code lenses](/misc/example.gif)

## Installation

Expand All @@ -15,7 +17,7 @@ group :development do
end
```

After running `bundle install`, restart Ruby LSP and you should start seeing code-lenses in your RSpec test files.
After running `bundle install`, restart Ruby LSP and you should start seeing CodeLens in your RSpec test files.

## Usages (with VS Code)

Expand Down
Binary file added misc/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed misc/example.png
Binary file not shown.

2 comments on commit 8975e10

@angusfretwell
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@st0012 I love this gif! What did you use to record it?

@st0012
Copy link
Owner Author

@st0012 st0012 commented on 8975e10 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used Screen Studio. It’s a bit pricey but also a great tool.

Please sign in to comment.