diff options
| author | Tom Black <[email protected]> | 2016-10-10 17:51:05 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2016-10-10 17:51:05 -0400 |
| commit | c4439b1dd462d408004bf5b02fa4547f4db1cb5f (patch) | |
| tree | 0ce7b55b10b4bbe61448d3bbb2d372a12bccc617 /Rakefile | |
| parent | ad85619dbc7591121ed0100938a9c10778ccd73b (diff) | |
| download | ruby2d-c4439b1dd462d408004bf5b02fa4547f4db1cb5f.tar.gz ruby2d-c4439b1dd462d408004bf5b02fa4547f4db1cb5f.zip | |
Update tests to reflect current API
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
