Sha256: 09d2bf736c0cd86b4b88c38392944ed65964bb693df87e408a22a022fd44f39d
Contents?: true
Size: 766 Bytes
Versions: 5
Compression:
Stored size: 766 Bytes
Contents
require 'rubygems' require 'bundler' begin Bundler.setup(:default, :development, :test) rescue Bundler::BundlerError => e $stderr.puts e.message $stderr.puts "Run `bundle install` to install missing gems" exit e.status_code end require "micron" require "micron/minitest" # Load any HTTP clients before webmock so they can be stubbed # require 'curb' require 'webmock' include WebMock::API require 'mocha/setup' $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__))) $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))) ENV["RUBYLIB"] = $:.first require "bixby-client" require "base" EasyCov.path = "coverage" EasyCov.filters << EasyCov::IGNORE_GEMS << EasyCov::IGNORE_STDLIB << EasyCov::IGNORE_TESTS EasyCov.start
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bixby-client-0.5.2 | test/helper.rb |
bixby-client-0.5.1 | test/helper.rb |
bixby-client-0.5.0 | test/helper.rb |
bixby-client-0.4.1 | test/helper.rb |
bixby-client-0.4.0 | test/helper.rb |