st0012 / ruby-lsp-rspec

A Ruby LSP addon for RSpec tests
MIT License
127 stars 7 forks source link

Adding support for "specify"and "example" instead of only "it" #11

Closed thibaudgg closed 1 year ago

thibaudgg commented 1 year ago

Hi,

RSpec also supports specify and example as an alternative to it.

It would be great to also support them here: https://github.com/st0012/ruby-lsp-rspec/blob/5543dd4c5d01e31d05437a6481e5bf6555d36964/lib/ruby_lsp/ruby_lsp_rspec/code_lens.rb#L47

Should I open a PR? Thanks for your work!