[rubygems/rubygems] Simplified test-case for original issue
https://github.com/rubygems/rubygems/commit/89086c5458
This commit is contained in:
parent
723deec9cf
commit
6191f4a169
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user