We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eade038 commit 883af63Copy full SHA for 883af63
scripts/generate_github_issues_for_missing_spec.rb
@@ -7,4 +7,5 @@
7
title = "Fix or remove xit-ignored test in #{filename}:#{line_number} '#{clean_test_name}'"
8
`gh issue create --title "#{title}" --body "#{title}"`
9
end
10
-end; nil
+end
11
+nil
0 commit comments