summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-03-29 05:36:58 +0000
committerBundlerbot <bot@bundler.io>2019-03-29 05:36:58 +0000
commitb4d08a631781703a85649ed21edc24ba73e12b1d (patch)
tree988ba4502e05329841fec0b5b2dd21fd4b3e81d7
parent7fe4b321476bfdd67fcf2b32e0571d3709b7cd9f (diff)
parent147f3db74220a04e7248a24e4ad1a93036f64fa0 (diff)
downloadbundler-b4d08a631781703a85649ed21edc24ba73e12b1d.tar.gz
Merge #7073
7073: Unskip passing spec r=colby-swandale a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that I discovered by chance that one of the skipped specs seems to be passing. ### What was your diagnosis of the problem? My diagnosis was that something has changed for the better that made this spec green. ### What is your fix for the problem, implemented in this PR? My fix is to remove the skip. ### Why did you choose this fix out of the possible options? I chose this fix because it's good :) Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index d339486ed1..e92c0ca641 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -760,8 +760,6 @@ __FILE__: #{path.to_s.inspect}
end
it "overrides disable_shared_gems so bundler can be found", :rubygems => ">= 2.6.2" do
- skip "bundler 1.16.x is not support with Ruby 2.6 on Travis CI" if RUBY_VERSION >= "2.6"
-
system_gems :bundler
file = bundled_app("file_that_bundle_execs.rb")
create_file(file, <<-RB)