diff options
| author | Jason Lunn <jason.lunn@gmail.com> | 2026-01-19 12:19:29 -0500 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-01-21 07:40:48 +0000 |
| commit | d93235874ab87cccd41762b8fbb0c4e7f5b4db16 (patch) | |
| tree | 39bfc3c61ec6c4487ee9a0d63b2efadab6fc55a7 | |
| parent | 2efffe09e10232dbe886285470e85b77a9ac7d7a (diff) | |
[ruby/rubygems] Appease the linter again
https://github.com/ruby/rubygems/commit/92f35e9684
| -rw-r--r-- | test/rubygems/test_gem_ext_builder.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_ext_builder.rb b/test/rubygems/test_gem_ext_builder.rb index c77f8cf894..9d96593013 100644 --- a/test/rubygems/test_gem_ext_builder.rb +++ b/test/rubygems/test_gem_ext_builder.rb @@ -250,7 +250,7 @@ install: assert_path_exist File.join @spec.gem_dir, "lib", "a", "b.rb" end end - + def test_build_extensions_none use_ui @ui do @builder.build_extensions |
