olimorris / neotest-rspec

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

Summary tests don't run as intended #22

Closed olimorris closed 2 years ago

olimorris commented 2 years ago

Running tests from the summary window is currently buggy as they're run by their test name rather than the line number the test is on:

Screen Shot 2022-08-15 at 17 40 57@2x

When run from the buffer, the test passes. Yet from the summary window, it fails. The screenshot above shows the impact of a test that should pass, being run from the summary window.