Skip to content

Commit

Permalink
feat: add support for 'include_examples' (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpencheon authored Dec 2, 2024
1 parent 840745b commit 64287b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neotest-rspec/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function NeotestAdapter.discover_positions(path)
)) @test.definition
((call
method: (identifier) @func_name (#match? @func_name "^(it|its|scenario|it_behaves_like)$")
method: (identifier) @func_name (#match? @func_name "^(it|its|scenario|include_examples|it_behaves_like)$")
arguments: (argument_list (_) @test.name)
)) @test.definition
]]
Expand Down

0 comments on commit 64287b0

Please sign in to comment.