olimorris / neotest-rspec

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

feat: add support for included examples #61

Closed raw1z closed 6 months ago

raw1z commented 6 months ago

add support for examples included with it_behaves_like

olimorris commented 6 months ago

Bonjour @raw1z :wave:

Can you send an example Ruby file that you want to support? Unfortunately this just seems to break the tests that can be run with make test

raw1z commented 6 months ago

Bonjour @raw1z 👋

Can you send an example Ruby file that you want to support? Unfortunately this just seems to break the tests that can be run with make test

I added example ruby files. I also made make test_core pass. I can't make make test_rspec pass. I noticed that it was also failing on the main branch so the errors might not come from the changes in this PR.

olimorris commented 6 months ago

Awesome. Thanks so much!