From c4439b1dd462d408004bf5b02fa4547f4db1cb5f Mon Sep 17 00:00:00 2001 From: Tom Black Date: Mon, 10 Oct 2016 17:51:05 -0400 Subject: Update tests to reflect current API --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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 -- cgit v1.2.3