* MkLimits can work.
* @throws Exception If some problem inside
*/
@Test
public void worksWithMockedData() throws Exception {
final Limits limits = new MkGithub().limits();
MatcherAssert.assertThat(
new Limit.Smart(limits.get(Limits.CORE)).limit(),
Matchers.greaterThan(0)
);
}