From 91cc5fe465a9da0fcabed1037daf88c5c3ac03da Mon Sep 17 00:00:00 2001 From: f Date: Thu, 6 May 2021 18:11:10 -0300 Subject: [PATCH] variable de entorno de testeo para los tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a00b18e..e2e320d 100644 --- a/Makefile +++ b/Makefile @@ -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"'