aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-23 04:37:58 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-23 04:37:58 +0000
commit70df11de1b975a963cb5d5401ca660771a1a08a8 (patch)
tree5a17c9f86def6a991a7ceadb0cf7d66fd3e5cc6e /spec
parent837d4952ab3114bdff2d309222b4118b576b9647 (diff)
downloadruby-70df11de1b975a963cb5d5401ca660771a1a08a8.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.rb2
-rw-r--r--spec/bundler/other/major_deprecation_spec.rb2
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}", ""