From dae6d303d5aa13eeeb482398eb748b3a8f4edcfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 19 Jun 2019 17:02:55 +0200 Subject: [bundler/bundler] Remove now meaningless warning https://github.com/bundler/bundler/commit/00b095b98f --- spec/bundler/install/gemfile/platform_spec.rb | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'spec/bundler/install') diff --git a/spec/bundler/install/gemfile/platform_spec.rb b/spec/bundler/install/gemfile/platform_spec.rb index 4cbf238416..d065e10600 100644 --- a/spec/bundler/install/gemfile/platform_spec.rb +++ b/spec/bundler/install/gemfile/platform_spec.rb @@ -406,25 +406,6 @@ RSpec.describe "bundle install with platform conditionals" do #{Bundler::VERSION} L end - - context "when disable_platform_warnings is true" do - before { bundle! "config set disable_platform_warnings true" } - - it "does not print the warning when a dependency is unused on any platform" do - simulate_platform "ruby" - simulate_ruby_engine "ruby" - - gemfile <<-G - source "#{file_uri_for(gem_repo1)}" - - gem "rack", :platform => [:mingw, :mswin, :x64_mingw, :jruby] - G - - bundle! "install" - - expect(out).not_to match(/The dependency (.*) will be unused/) - end - end end RSpec.describe "when a gem has no architecture" do -- cgit v1.2.3