Sha256: ff47e2ed883529e648c68006fa9091684669a580be35107cf45a04ef2e92031e
Contents?: true
Size: 500 Bytes
Versions: 2
Compression:
Stored size: 500 Bytes
Contents
require "rubygems" require "bundler/setup" Bundler.require(:runtime, :development) require "embulk/command/embulk_run" require "embulk" Embulk.setup Dir["./spec/support/**/*.rb"].each{|file| require file } require "codeclimate-test-reporter" CodeClimate::TestReporter.start if ENV["COVERAGE"] require "simplecov" SimpleCov.start end $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require "embulk/input/jira" RSpec.configure do |config| config.include StdoutAndErrCapture end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
embulk-input-jira-0.2.1 | spec/spec_helper.rb |
embulk-input-jira-0.2.0 | spec/spec_helper.rb |