diff --git a/Makefile b/Makefile index a00b18e8..e2e320d6 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"'