You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone already has a Sinatra app spun up in development environment,
`script/test` will fail because it will try to use the same port.
Use port 3999 for testing because it's less likely to be used by another app.
0 commit comments