variable de entorno de testeo para los tests

This commit is contained in:
f 2021-05-06 18:11:10 -03:00
parent 6b84720401
commit 91cc5fe465

View file

@ -22,7 +22,7 @@ test/%_test.rb: always
$(hain) 'cd /Sutty/sutty; bundle exec rake test TEST="$@" RAILS_ENV=test'
test: always
$(hain) 'cd /Sutty/sutty; bundle exec rake test'
$(hain) 'cd /Sutty/sutty; RAILS_ENV=test bundle exec rake test'
serve: /etc/hosts
$(hain) 'cd /Sutty/sutty; bundle exec rails s -b "ssl://0.0.0.0:3000?key=../sutty.local/domain/$(SUTTY).key&cert=../sutty.local/domain/$(SUTTY).crt"'