From 70df11de1b975a963cb5d5401ca660771a1a08a8 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sat, 23 Sep 2017 04:37:58 +0000 Subject: removed bin/bundle_ruby, It was ignored upstream gemspec. * spec/bundler/other/*: Marked exclude tags for ruby repository. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/bundler/other/bundle_ruby_spec.rb | 2 +- spec/bundler/other/major_deprecation_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/bundler') diff --git a/spec/bundler/other/bundle_ruby_spec.rb b/spec/bundler/other/bundle_ruby_spec.rb index 09fa2c223b..0ef6f407bf 100644 --- a/spec/bundler/other/bundle_ruby_spec.rb +++ b/spec/bundler/other/bundle_ruby_spec.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true require "spec_helper" -RSpec.describe "bundle_ruby" do +RSpec.describe "bundle_ruby", :ruby_repo do context "without patchlevel" do it "returns the ruby version" do gemfile <<-G diff --git a/spec/bundler/other/major_deprecation_spec.rb b/spec/bundler/other/major_deprecation_spec.rb index 465d769538..196fbe0c31 100644 --- a/spec/bundler/other/major_deprecation_spec.rb +++ b/spec/bundler/other/major_deprecation_spec.rb @@ -30,7 +30,7 @@ RSpec.describe "major deprecations" do G end - describe "bundle_ruby" do + describe "bundle_ruby", :ruby_repo do it "prints a deprecation" do bundle_ruby out.gsub! "\nruby #{RUBY_VERSION}", "" -- cgit v1.2.3