describe('Repository Model', () => {
  it('should convert project response successfully', () => {
    const repository = new Repository(mockRepositoryResponse);

    expect(repository.fullName).toBe('fastlane/ci');