Commit a04fdffe authored by Olivier Halligon's avatar Olivier Halligon

Fix specs.

(As `title` does not include 4 spaces at the beginning anymore, the default justification should be 12 and not 16)
parent 98a36c60
......@@ -191,7 +191,7 @@ module Pod
# Prints a message with a label.
#
def labeled(label, value, justification = 16)
def labeled(label, value, justification = 12)
if value
title = "- #{label}:".ljust(justification)
output = begin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment