From 443f9d9c7f10b75e66330c067e38fb0160bee908 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 18 Jun 2020 00:18:54 -0700 Subject: [PATCH] Added comment [skip ci] --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index f6359c0..4b58a91 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -8,6 +8,7 @@ require "active_support/notifications" ENV["RACK_ENV"] = "test" +# for reloadable synonyms ENV["ES_PATH"] ||= "#{ENV["HOME"]}/elasticsearch/#{ENV["ELASTICSEARCH_VERSION"]}" if ENV["TRAVIS"] $logger = ActiveSupport::Logger.new(ENV["VERBOSE"] ? STDOUT : nil) -- libgit2 0.21.0