We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d649a4 commit 6f5532eCopy full SHA for 6f5532e
languages/ruby/runnables.scm
@@ -6,7 +6,7 @@
6
(
7
(class
8
name: [
9
- (constant) @run
+ (constant) @run @name @RUBY_TEST_NAME
10
(scope_resolution scope: (constant) name: (constant) @run)
11
]
12
(superclass (scope_resolution) @superclass (#match? @superclass "(::IntegrationTest|::TestCase|::SystemTestCase|Minitest::Test|TLDR)$"))
@@ -33,7 +33,7 @@
33
; System tests that inherit from ApplicationSystemTestCase
34
35
36
- name: (constant) @run (superclass) @superclass (#match? @superclass "(ApplicationSystemTestCase)$")
+ name: (constant) @run @name @RUBY_TEST_NAME (superclass) @superclass (#match? @superclass "(ApplicationSystemTestCase)$")
37
) @_ruby-test
38
(#set! tag ruby-test)
39
)
0 commit comments