summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-08 21:56:58 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-28 14:49:17 +0100
commit147f3db74220a04e7248a24e4ad1a93036f64fa0 (patch)
tree572da0d930cdea056b835dfce009200e51da2429
parent2167156db020fbe6ce74759cbf62ad1ceb651fb7 (diff)
downloadbundler-unskip_not_failing_spec.tar.gz
This spec is now passing, it seemsunskip_not_failing_spec
-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)