Skip to content

Commit fbe79d9

Browse files
committed
Improve output
1 parent 0348875 commit fbe79d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/capybara_accessibility_audit/reporter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def report_to_json!(file_path)
6060

6161
File.write(file_path, JSON.pretty_generate(summary_data))
6262

63-
puts "Accessibility audit report written to: #{file_path}"
63+
puts "\n======> Accessibility audit report written to: #{file_path}"
6464
end
6565

6666
def report!

0 commit comments

Comments
 (0)