spec/functional/dependency_information_spec.rb [111:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "version": "1.7.2",
            "license": "Zlib",
            "license_texts": [zlib_license],
          },
          {
            "name": "private_code",
            "dependencies": [],
            "version": "1.7.2",
            "license": "Unspecified",
            "license_texts": [],
          },
        ]
        generate_information
        json_output = JSON.parse(File.open(output_location).read, symbolize_names: true)
        expect(json_output).to eq(content)
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/functional/dependency_information_spec.rb [226:242]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            "version": "1.7.2",
            "license": "Zlib",
            "license_texts": [zlib_license],
          },
          {
            "name": "private_code",
            "dependencies": [],
            "version": "1.7.2",
            "license": "Unspecified",
            "license_texts": [],
          },
        ]
        generate_information
        json_output = JSON.parse(File.open(output_location).read, symbolize_names: true)
        expect(json_output).to eq(content)
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



