olimorris / neotest-rspec

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

Duplicate entries in neotest summary pane #45

Closed ryansch closed 1 year ago

ryansch commented 1 year ago

Summary:

Screenshot 2023-05-09 at 09 33 56

Example spec:

Screenshot 2023-05-09 at 09 34 21

Each of those specs shows up twice in the summary pane.

olimorris commented 1 year ago

Thanks for the comments. Yep this is a known issue as we have duplicate @test.definition treesitter queries. There probably is a way to combine them so shall look into this

olimorris commented 1 year ago

@ryansch can you let me know if this is resolved in the latest commit?

ryansch commented 1 year ago

@olimorris Looks great!