Skip to content

Commit 6191f4a

Browse files
hsbtmatzbot
authored andcommitted
[rubygems/rubygems] Simplified test-case for original issue
rubygems/rubygems@89086c5458
1 parent 723deec commit 6191f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/bundler/bundler/yaml_serializer_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
it "skip commented out words" do
179179
yaml = <<~YAML
180180
---
181-
foo: "bar"
182-
buzz: "foo" # "bar"
181+
foo: bar
182+
buzz: foo # bar
183183
YAML
184184

185185
hash = {

0 commit comments

Comments
 (0)