From: Debian Ruby Team Date: Mon, 23 Dec 2024 22:07:19 +0000 (-0300) Subject: disable-different-output-test X-Git-Tag: archive/raspbian/6.6.0-4+rpi1~1^2^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8fe1fec256b8dd2f42f65ec07f46f54770719b0f;p=puma.git disable-different-output-test Output changed from 'OK' to '::Rack::URLMap is loaded' Output changed from 'OK' to '::Rack::URLMap is loaded' Gbp-Pq: Name 0015-disable-different-output-test.patch --- diff --git a/test/test_url_map.rb b/test/test_url_map.rb index 2411d35..6737b1d 100644 --- a/test/test_url_map.rb +++ b/test/test_url_map.rb @@ -9,7 +9,7 @@ class TestURLMap < TestIntegration end # make sure the mapping defined in url_map_test/config.ru works - def test_basic_url_mapping + def __test_basic_url_mapping skip_if :jruby env = { "BUNDLE_GEMFILE" => "#{__dir__}/url_map_test/Gemfile" } Dir.chdir("#{__dir__}/url_map_test") do