spec/integrations/rails_5_2/test.sh in cypress-on-rails-1.5.1 vs spec/integrations/rails_5_2/test.sh in cypress-on-rails-1.6.0
- old
+ new
@@ -21,10 +21,10 @@
echo '-- start rails server'
# make sure the server is not running
(kill -9 `cat tmp/pids/server.pid` || true )
-bundle exec ./bin/rails server -p 5002 -e test &
+bundle exec ./bin/rails server -p 5017 -e test &
sleep 2 # give rails a chance to start up correctly
echo '-- cypress run'
cp -fv ../cypress.json test/
cd test