call Bundler.setup in build_tests_spec.rb
This commit is contained in:
parent
fb5d107581
commit
ad703a5c84
@ -74,6 +74,8 @@ describe Rscons do
|
|||||||
command_name = "#{command_prefix}#{@statics[:build_test_id]}"
|
command_name = "#{command_prefix}#{@statics[:build_test_id]}"
|
||||||
File.open("_simplecov_setup.rb", "w") do |fh|
|
File.open("_simplecov_setup.rb", "w") do |fh|
|
||||||
fh.puts <<EOF
|
fh.puts <<EOF
|
||||||
|
require "bundler"
|
||||||
|
Bundler.setup
|
||||||
require "simplecov"
|
require "simplecov"
|
||||||
class MyFormatter
|
class MyFormatter
|
||||||
def format(*args)
|
def format(*args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user