st0012 / ruby-lsp-rspec

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

Test runner does not work with Capybara "feature" and "scenario" keywords #54

Open tiffbacher opened 1 week ago

tiffbacher commented 1 week ago

Would love to see this working for Capybara feature specs! Would just need to look for the feature and scenario keywords.

feature "Feature", :js do
  scenario "does a thing" do
    expect("thing").not_to be_nil
  end
end