summaryrefslogtreecommitdiffhomepage
path: root/tests/yaml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yaml.rb')
-rw-r--r--tests/yaml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/yaml.rb b/tests/yaml.rb
index 9f21016f..0ed918e0 100644
--- a/tests/yaml.rb
+++ b/tests/yaml.rb
@@ -16,6 +16,6 @@ if files_failed != 0
puts "Please check the YAML headers for the documents that failed!"
exit 1
else
- puts "Success. All #{$file_count} files were verified valid YAML"
+ puts "All #{$file_count} files were verified valid YAML"
exit 0
end