Skip to content

Commit 170b4c1

Browse files
committed
テスト結果にチェックしたリンク件数を表示
1 parent 5596761 commit 170b4c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/requests/docs_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
response.status < 400
3939
end
4040

41+
puts "Checked #{links.count} internal links"
4142
expect(dead_links).to be_empty, "Dead links found: #{dead_links.join(', ')}"
4243
end
4344
end

0 commit comments

Comments
 (0)