Skip to content

Commit 5f1f5fa

Browse files
author
Francesc Esplugas
committed
Only on puts ...
1 parent a7ac00e commit 5f1f5fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Rakefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ task :specs do
3535
end
3636
end
3737

38-
puts "\nFinished in #{Time.now - timer} seconds.\n"
39-
puts "#{count} specifications documented"
38+
puts <<-MSG
39+
\nFinished in #{Time.now - timer} seconds.
40+
#{count} specifications documented.
41+
MSG
4042

4143
end
4244

0 commit comments

Comments
 (0)