Sha256: dc06dd70dfe6f6af5cd9882a41bc3c43f85ac2fd859bb87a0c5eab5d8df0b230

Contents?: true

Size: 292 Bytes

Versions: 19

Compression:

Stored size: 292 Bytes

Contents

require 'test/unit'

classpath_dir = File.expand_path('../classpath', File.dirname(__FILE__))
jars = Dir.entries(classpath_dir).select {|f| f =~ /\.jar$/ }.sort
jars.each do |jar|
  require File.join(classpath_dir, jar)
end

require 'embulk/java/bootstrap'
require 'embulk'

# TODO simplecov

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
embulk-0.6.21 test/helper.rb
embulk-0.6.20 test/helper.rb
embulk-0.6.19 test/helper.rb
embulk-0.6.18 test/helper.rb
embulk-0.6.17 test/helper.rb
embulk-0.6.16 test/helper.rb
embulk-0.6.15 test/helper.rb
embulk-0.6.14 test/helper.rb
embulk-0.6.13 test/helper.rb
embulk-0.6.12 test/helper.rb
embulk-0.6.11 test/helper.rb
embulk-0.6.10 test/helper.rb
embulk-0.6.9 test/helper.rb
embulk-0.6.8 test/helper.rb
embulk-0.6.7 test/helper.rb
embulk-0.6.6 test/helper.rb
embulk-0.6.5 test/helper.rb
embulk-0.6.4 test/helper.rb
embulk-0.6.3 test/helper.rb