forked from e621ng/e621ng
[Vagrant] Don't explicitly set RAILS_ENV
This broke running tests without specifying RAILS_ENV=test Fixes #274
This commit is contained in:
parent
a73b357b7b
commit
97bc1a95d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user