summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Black <[email protected]>2016-10-10 17:51:05 -0400
committerTom Black <[email protected]>2016-10-10 17:51:05 -0400
commitc4439b1dd462d408004bf5b02fa4547f4db1cb5f (patch)
tree0ce7b55b10b4bbe61448d3bbb2d372a12bccc617 /Rakefile
parentad85619dbc7591121ed0100938a9c10778ccd73b (diff)
downloadruby2d-c4439b1dd462d408004bf5b02fa4547f4db1cb5f.tar.gz
ruby2d-c4439b1dd462d408004bf5b02fa4547f4db1cb5f.zip
Update tests to reflect current API
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