[Vagrant] Don't explicitly set RAILS_ENV

This broke running tests without specifying RAILS_ENV=test
Fixes #274
This commit is contained in:
Earlopain 2021-07-05 15:13:12 +02:00
parent a73b357b7b
commit 97bc1a95d0
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -113,8 +113,6 @@ if ! type ruby-install >/dev/null 2>&1; then
cd ruby-install-0.8.1/
sudo make install >/dev/null
rm /usr/local/src/ruby-install-0.8.1.tar.gz
echo "export RAILS_ENV=development" > /etc/profile.d/rails_env.sh
fi
if [ -f "$CHRUBY_PATH" ]; then