Commit 0b4b7d8
authored
fix(ruby): fix runnable detection (#234)
In #229 , we changed the runnable detection logic for it, describe, its,
etc. to look inside of strings for their content so that we don't pass
along their quotations to the command line. However, in doing so, tests
that use modules, classes, or symbols were no longer being detected. Add
back detection for those, and a catch-all to make sure we don't miss any
other cases (which is what we had before).1 parent 5d93340 commit 0b4b7d8
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| |||
0 commit comments