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 5596761 commit 170b4c1Copy full SHA for 170b4c1
1 file changed
spec/requests/docs_spec.rb
@@ -38,6 +38,7 @@
38
response.status < 400
39
end
40
41
+ puts "Checked #{links.count} internal links"
42
expect(dead_links).to be_empty, "Dead links found: #{dead_links.join(', ')}"
43
44
0 commit comments