add failfast

tired of waiting for the almost 1000 tests to run through, just to get
an error message
This commit is contained in:
Torsten Ruger
2018-05-29 20:40:02 +03:00
parent 296617cbaf
commit e94c9ea37b
3 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@ end
require "minitest/color"
require "minitest/autorun"
require "minitest/fail_fast"
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'test'))