spec/rubocop/config_patch_spec.rb [9:16]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      config = RuboCop::Config.new(
        {
          "Style/TrailingComma" => {
            "Enabled" => true
          }
        },
        ".rubocop.yml"
      )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/rubocop/config_patch_spec.rb [42:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      config = RuboCop::Config.new(
        {
          "Style/TrailingComma" => {
            "Enabled" => true
          }
        },
        ".rubocop.yml"
      )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



