call Bundler.setup in build_tests_spec.rb

This commit is contained in:
Josh Holtrop 2018-12-09 21:20:16 -05:00
parent fb5d107581
commit ad703a5c84

View File

@ -74,6 +74,8 @@ describe Rscons do
command_name = "#{command_prefix}#{@statics[:build_test_id]}"
File.open("_simplecov_setup.rb", "w") do |fh|
fh.puts <<EOF
require "bundler"
Bundler.setup
require "simplecov"
class MyFormatter
def format(*args)