1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignored bundle_ruby example with Ruby core.

It was ignored with Bundler-1.15.x. It's regression at r60603.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-11-27 05:38:48 +00:00
parent b613a2c5ae
commit 6918546499

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
RSpec.describe "bundle_ruby", :bundler => "< 2" do
RSpec.describe "bundle_ruby", :ruby_repo, :bundler => "< 2" do
context "without patchlevel" do
it "returns the ruby version" do
gemfile <<-G