test/prepare_embulk.rb in embulk-input-mixpanel-0.5.3.alpha.1 vs test/prepare_embulk.rb in embulk-input-mixpanel-0.5.3
- old
+ new
@@ -1,7 +1,5 @@
module PrepareEmbulk
- require "embulk/command/embulk_run"
-
if Embulk.respond_to?(:home)
# keep compatibility for Embulk 0.6.x
classpath_dir = Embulk.home("classpath")
jars = Dir.entries(classpath_dir).select{|f| f =~ /\.jar$/ }.sort
jars.each do |jar|