disable-different-output-test
authorDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Mon, 23 Dec 2024 22:07:19 +0000 (19:07 -0300)
committerLucas Kanashiro <kanashiro@debian.org>
Mon, 23 Dec 2024 22:07:19 +0000 (19:07 -0300)
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

test/test_url_map.rb

index 2411d3501b33edec2cb87c13d46c231a93020bf3..6737b1d3a4d2b0eb775cdd44d4a8c35017f962fa 100644 (file)
@@ -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