olimorris / neotest-rspec

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

feat: support features specs #25

Closed aldhsu closed 2 years ago

aldhsu commented 2 years ago

Thanks for this adapter @olimorris! I have added support for rspec feature tests by updating the query for the method calls. https://relishapp.com/rspec/rspec-rails/docs/feature-specs/feature-spec

olimorris commented 2 years ago

This looks great, thanks for the pr.