test/helper.rb in embulk-input-elasticsearch-0.3.2 vs test/helper.rb in embulk-input-elasticsearch-0.3.3
- old
+ new
@@ -7,5 +7,7 @@
Embulk.setup
Embulk.logger = Embulk::Logger.new('/dev/null')
APP_ROOT = File.expand_path('../', __dir__)
TEST_ROOT = File.expand_path(File.dirname(__FILE__))
+
+require 'embulk/input/elasticsearch'