We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efc97a commit 0d38cd7Copy full SHA for 0d38cd7
1 file changed
spec/mspec/tool/tag_from_output.rb
@@ -20,7 +20,7 @@
20
21
NUMBER = /^\d+\)$/
22
ERROR_OR_FAILED = / (ERROR|FAILED)$/
23
-SPEC_FILE = /^(\/.+_spec\.rb)\:\d+/
+SPEC_FILE = /^((?:\/|[CD]:\/).+_spec\.rb)\:\d+/
24
25
output.slice_before(NUMBER).select { |number, *rest|
26
number =~ NUMBER and rest.any? { |line| line =~ ERROR_OR_FAILED }
0 commit comments