diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-09-23 04:37:58 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-09-23 04:37:58 +0000 |
commit | 6a0ce11176a72ca7e747b64f62bfaffbd39156b5 (patch) | |
tree | 5a17c9f86def6a991a7ceadb0cf7d66fd3e5cc6e /spec | |
parent | ebfc4c4832433336994c2263acae196c7921086f (diff) | |
download | ruby-6a0ce11176a72ca7e747b64f62bfaffbd39156b5.tar.gz |
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
Diffstat (limited to 'spec')
-rw-r--r-- | spec/bundler/other/bundle_ruby_spec.rb | 2 | ||||
-rw-r--r-- | spec/bundler/other/major_deprecation_spec.rb | 2 |
2 files changed, 2 insertions, 2 deletions
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}", "" |