Fix setup for development with docker (PR #523)
This commit is contained in:
parent
3b18dc7532
commit
5e4f3fb730
9 changed files with 241 additions and 190 deletions
2
bin/test
2
bin/test
|
|
@ -11,7 +11,7 @@ Xvfb $DISPLAY -nolisten tcp &
|
|||
XVFB_PID=$!
|
||||
|
||||
# Start tests
|
||||
rspec
|
||||
rspec $@
|
||||
|
||||
# Cleanup
|
||||
kill $XVFB_PID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue