Skip to content

Detect tests with metadata

Currently, the extension doesn't detect tests (or describe) blocks with metadata. For example

RSpec.describe "hello_world", type: :system,  js: true do

is not detected by the extension. Adding explicit parenthesis also doesn't help.