olimorris / neotest-rspec

🧪 Neotest adapter for RSpec. Works in Docker containers too
MIT License
88 stars 25 forks source link

Tests with no context no longer work #27

Closed olimorris closed 1 year ago

olimorris commented 2 years ago

Ref: #21

# This is not detected by treesitter
RSpec.describe do
  it { expect("single line tests".size).to eq(17) }
end

This is a Treesitter query thing that I need to workout how to fix at some point. Not sure how often these crop up in everyone's workflows.