spec/licensee/project_spec.rb [43:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          relative_path = File.basename(file)
          parts = [api_base, stubbed_org, fixture, 'contents', relative_path]
          stub_request(:get, parts.join('/'))
            .with(headers: { 'accept' => 'application/vnd.github.v3.raw' })
            .to_return(status: 200, body: File.read(file))
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/licensee/project_spec.rb [199:205]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          relative_path = File.basename(file)
          parts = [api_base, stubbed_org, fixture, 'contents', relative_path]
          stub_request(:get, parts.join('/'))
            .with(headers: { 'accept' => 'application/vnd.github.v3.raw' })
            .to_return(status: 200, body: File.read(file))
        end
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



