mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Set CI global config to false in gem_helper_spec
https://github.com/rubygems/rubygems/commit/39b18fe7fc
This commit is contained in:
parent
760edb3743
commit
27e07cd34f
Notes:
git
2020-06-18 19:15:13 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RSpec.describe Bundler::GemHelper do
|
|||
let(:app_gemspec_path) { app_path.join("#{app_name}.gemspec") }
|
||||
|
||||
before(:each) do
|
||||
global_config "BUNDLE_GEM__MIT" => "false", "BUNDLE_GEM__TEST" => "false", "BUNDLE_GEM__COC" => "false", "BUNDLE_GEM__RUBOCOP" => "false"
|
||||
global_config "BUNDLE_GEM__MIT" => "false", "BUNDLE_GEM__TEST" => "false", "BUNDLE_GEM__COC" => "false", "BUNDLE_GEM__RUBOCOP" => "false", "BUNDLE_GEM__CI" => "false"
|
||||
bundle "gem #{app_name}"
|
||||
prepare_gemspec(app_gemspec_path)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue