summaryrefslogtreecommitdiff
path: root/spec/commands/config_spec.rb
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-04-14 12:40:12 +0000
committerBundlerbot <bot@bundler.io>2019-04-14 12:40:12 +0000
commit0a20c21d87a85d5ce581480e8f6dd647b76176b2 (patch)
tree31b9330c07d49757962c3fa88f141571876dbcdd /spec/commands/config_spec.rb
parent9424cedb913b738bbd733e30c772524ea054f5fe (diff)
parent7ce68899d182f84b5a400cf5c5e217e1430b97a6 (diff)
downloadbundler-0a20c21d87a85d5ce581480e8f6dd647b76176b2.tar.gz
Merge #7128
7128: Backport to workaround from ruby core. r=deivid-rodriguez a=hsbt ### What was the end-user problem that led to this PR? The current master branch couldn't invoke with the ruby core repository. ### What was your diagnosis of the problem? 1. We need to add explicitly declare `rspec` in spec_helper.rb 2. Some examples were failed on ruby core repository. ### What is your fix for the problem, implemented in this PR? 1. simply added. 2. update the `ruby_repo` labels for skipping to run. Co-authored-by: SHIBATA Hiroshi <hsbt@ruby-lang.org>
Diffstat (limited to 'spec/commands/config_spec.rb')
-rw-r--r--spec/commands/config_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/config_spec.rb b/spec/commands/config_spec.rb
index f5b3e7c998..40fab95803 100644
--- a/spec/commands/config_spec.rb
+++ b/spec/commands/config_spec.rb
@@ -389,7 +389,7 @@ E
end
describe "subcommands" do
- it "list" do
+ it "list", :ruby_repo do
bundle! "config list"
expect(out).to eq "Settings are listed in order of priority. The top value will be used.\nspec_run\nSet via BUNDLE_SPEC_RUN: \"true\""