summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-11-21 09:26:39 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-11-21 09:26:39 +0900
commita98852235bf9080fccf2b0670f817d68c3b5dbaf (patch)
tree3acd6529ec3338badb58b768c0c4ab6bebeb500c
parent778d5e0ce8f7a5794160a9623c5057286754e306 (diff)
downloadbundler-remove-bundle_ruby.tar.gz
Removed deprecated example.remove-bundle_ruby
-rw-r--r--spec/other/major_deprecation_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/other/major_deprecation_spec.rb b/spec/other/major_deprecation_spec.rb
index fba177b497..7c3d235257 100644
--- a/spec/other/major_deprecation_spec.rb
+++ b/spec/other/major_deprecation_spec.rb
@@ -31,14 +31,6 @@ RSpec.describe "major deprecations", :bundler => "< 2" do
bundle! "install"
end
- describe "bundle_ruby" do
- it "prints a deprecation" do
- bundle_ruby
- warnings.gsub! "\nruby #{RUBY_VERSION}", ""
- expect(warnings).to have_major_deprecation "the bundle_ruby executable has been removed in favor of `bundle platform --ruby`"
- end
- end
-
describe "Bundler" do
describe ".clean_env" do
it "is deprecated in favor of .original_env" do