diff options
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 |
