Sha256: 1b6c99bd8b3f35fc965ed125d81d96609c952587fd10415a188d6b8acb066400

Contents?: true

Size: 330 Bytes

Versions: 6

Compression:

Stored size: 330 Bytes

Contents

#!/usr/bin/env ruby

require 'test/unit'
require 'test/unit/rr'

# require 'embulk/java/bootstrap'
require 'embulk'
Embulk.setup
Embulk.logger = Embulk::Logger.new('/dev/null')

APP_ROOT = File.expand_path('../', __dir__)
EXAMPLE_ROOT = File.expand_path('../example', __dir__)
TEST_ROOT = File.expand_path(File.dirname(__FILE__))

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
embulk-output-bigquery-0.3.0.pre6 test/helper.rb
embulk-output-bigquery-0.3.0.pre5 test/helper.rb
embulk-output-bigquery-0.3.0.pre4 test/helper.rb
embulk-output-bigquery-0.3.0.pre3 test/helper.rb
embulk-output-bigquery-0.3.0.pre2 test/helper.rb
embulk-output-bigquery-0.3.0.pre1 test/helper.rb