1- From c48006c7b8dee9547b433ebd79d78cdc29002ab3 Mon Sep 17 00:00:00 2001
2- From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <
[email protected] >
1+ From: =?utf-8?q?David_Rodr=C3=ADguez?= <
[email protected] >
32Date: Tue, 6 Oct 2020 19:11:05 +0200
43Subject: [PATCH] Make lib/ and test/ more independent from each other
54
@@ -9,9 +8,11 @@ Subject: [PATCH] Make lib/ and test/ more independent from each other
98 test/rubygems/test_gem_stub_specification.rb | 8 ++++----
109 3 files changed, 5 insertions(+), 7 deletions(-)
1110
11+ diff --git a/lib/rubygems/test_case.rb b/lib/rubygems/test_case.rb
12+ index 8940320..53ba84a 100644
1213--- a/lib/rubygems/test_case.rb
1314+++ b/lib/rubygems/test_case.rb
14- @@ -96,8 +96,6 @@
15+ @@ -96,8 +96,6 @@ class Gem::TestCase < (defined?(Minitest::Test) ? Minitest::Test : MiniTest::Uni
1516
1617 TEST_PATH = ENV.fetch('RUBYGEMS_TEST_PATH', File.expand_path('../../../test/rubygems', __FILE__))
1718
@@ -20,9 +21,11 @@ Subject: [PATCH] Make lib/ and test/ more independent from each other
2021 def assert_activate(expected, *specs)
2122 specs.each do |spec|
2223 case spec
24+ diff --git a/test/rubygems/test_gem_commands_build_command.rb b/test/rubygems/test_gem_commands_build_command.rb
25+ index 309e15f..aaca54f 100644
2326--- a/test/rubygems/test_gem_commands_build_command.rb
2427+++ b/test/rubygems/test_gem_commands_build_command.rb
25- @@ -123,7 +123,7 @@
28+ @@ -123,7 +123,7 @@ class TestGemCommandsBuildCommand < Gem::TestCase
2629 end
2730
2831 def test_execute_rubyforge_project_warning
@@ -31,9 +34,11 @@ Subject: [PATCH] Make lib/ and test/ more independent from each other
3134
3235 @cmd.options[:args] = [rubyforge_gemspec]
3336
37+ diff --git a/test/rubygems/test_gem_stub_specification.rb b/test/rubygems/test_gem_stub_specification.rb
38+ index 91a46d7..2579f8a 100644
3439--- a/test/rubygems/test_gem_stub_specification.rb
3540+++ b/test/rubygems/test_gem_stub_specification.rb
36- @@ -4,14 +4,14 @@
41+ @@ -4,14 +4,14 @@ require "rubygems/stub_specification"
3742
3843 class TestStubSpecification < Gem::TestCase
3944
0 commit comments