Skip to content

Commit

Permalink
Update examples/rubyonrails/.test.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Bob van der Linden <[email protected]>
  • Loading branch information
domenkozar and bobvanderlinden authored Jul 7, 2023
1 parent 7d66516 commit 1e32382
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/rubyonrails/.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ set -ex
rails new blog -d=postgresql
devenv up&
timeout 20 bash -c 'until echo > /dev/tcp/localhost/5100; do sleep 0.5; done'
pushd blog
rails db:create
popd
(cd blog && rails db:create)
curl -s http://localhost:5100/ | grep "version"

0 comments on commit 1e32382

Please sign in to comment.