Add the environment setup for Rails 5

This commit is contained in:
Matt Rogers 2018-10-27 12:28:29 -05:00
parent 6e70fcbe5e
commit 36e59746ea
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -25,7 +25,7 @@ $docker_compose up -d
script/poll-for-db
# Leaving this in since it will be needed for Rails 5
# bin/rails db:environment:set RAILS_ENV=test || true
bin/rails db:environment:set RAILS_ENV=test || true
bin/rake db:reset
bin/rake test