diff --git a/spec/bundler/bundler/yaml_serializer_spec.rb b/spec/bundler/bundler/yaml_serializer_spec.rb index 316eaf1ca7..de437f764a 100644 --- a/spec/bundler/bundler/yaml_serializer_spec.rb +++ b/spec/bundler/bundler/yaml_serializer_spec.rb @@ -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 = {