summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e3c43a6..de363c0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,7 @@ def run_cmd(cmd)
end
def run_test(file)
- print "\n==> ".blue, "running tests/#{file}.rb".bold, "\n"
+ print "\n==> ".blue, "running tests/#{file}.rb".bold, "\n\n"
system "( cd tests/ ; ruby #{file}.rb )"
end