diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-27 05:38:48 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-27 05:38:48 +0000 |
commit | 69185464992f0773aa308e5e12926199314219d7 (patch) | |
tree | 1ededcec2bc4257d8d5686a17a7aefcb6f9951dd /spec/bundler | |
parent | b613a2c5ae03c425bc94771e4eced1b80e4e80d0 (diff) | |
download | ruby-69185464992f0773aa308e5e12926199314219d7.tar.gz |
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
Diffstat (limited to 'spec/bundler')
-rw-r--r-- | spec/bundler/other/bundle_ruby_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/other/bundle_ruby_spec.rb b/spec/bundler/other/bundle_ruby_spec.rb index 6cc33f60ac..87e1b8b085 100644 --- a/spec/bundler/other/bundle_ruby_spec.rb +++ b/spec/bundler/other/bundle_ruby_spec.rb @@ -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 |