View Javadoc
1   /*
2    * SPDX-FileCopyrightText: Copyright (c) 2013-2025 Yegor Bugayenko
3    * SPDX-License-Identifier: MIT
4    */
5   package com.jcabi.github;
6   
7   /**
8    * Test case for {@link RtPullRef}.
9    * @since 0.1
10   * @todo #1125:30min Implement this integration test for RtPullRef and
11   *  PullRef.Smart to check that they work with actual JSON from GitHub.
12   */
13  final class RtPullRefITCase {
14  }