Update development docker instructions (#585)

This commit is contained in:
wvengen 2019-02-23 13:55:14 +01:00 committed by wvengen
parent e6e060cab9
commit 9ab54af5ea
2 changed files with 13 additions and 6 deletions

View file

@ -11,7 +11,7 @@ Xvfb $DISPLAY -nolisten tcp &
XVFB_PID=$!
# Start tests
rspec $@
bundle exec rspec $@
# Cleanup
kill $XVFB_PID