script/test: separate inclusion of lib and test. Ref: #3115

This commit is contained in:
Parker Moore 2015-01-25 19:12:11 -08:00
parent 5e0341c9b3
commit 69e8f1923c
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ fi
set -x
time bundle exec ruby -I"lib:test" -rloader $TEST_FILES
time bundle exec ruby -Ilib -Itest -rloader $TEST_FILES