olimorris / neotest-rspec

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

feat: parse it_behaves_like as a test definition #32

Closed neanias closed 1 year ago

neanias commented 1 year ago

A test reuse strategy in RSpec is to consolidate shared blocks of code into shared_examples and include them into context blocks using it_behaves_like. These should probably be treated as test definitions.