work around cucumber issue (closes #296)

This commit is contained in:
Aman Gupta 2011-03-07 18:50:02 -08:00
parent 4b5a4e8713
commit 8cc7f06b36
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ def run_jekyll(opts = {})
command << " >> /dev/null 2>&1" if opts[:debug].nil? command << " >> /dev/null 2>&1" if opts[:debug].nil?
system command system command
end end
# work around "invalid option: --format" cucumber bug (see #296)
Test::Unit.run = true