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:
parent
b613a2c5ae
commit
6918546499
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue