To process browser tests with normal password.

This commit is contained in:
Martin Edenhofer 2015-11-27 08:39:43 +01:00
parent 5ec65952c2
commit 3c0e20bc06

View file

@ -3,6 +3,7 @@ RAILS_ENV=$1
APP_PORT=$2
WS_PORT=$3
rails r "Setting.set('developer_mode', true)"
rails r "Setting.set('websocket_port', '#{WS_PORT}')"
pumactl start --pidfile tmp/pids/puma.pid -d -p $APP_PORT -e $RAILS_ENV