[rubygems/rubygems] Simplified test-case for original issue

https://github.com/rubygems/rubygems/commit/89086c5458
This commit is contained in:
Hiroshi SHIBATA 2024-01-23 22:31:07 +09:00 committed by git
parent 723deec9cf
commit 6191f4a169

View File

@ -178,8 +178,8 @@ RSpec.describe Bundler::YAMLSerializer do
it "skip commented out words" do
yaml = <<~YAML
---
foo: "bar"
buzz: "foo" # "bar"
foo: bar
buzz: foo # bar
YAML
hash = {