Example #1
0
 @Test
 public void testGetGist() throws IOException {
   Gist g = gf.loadGist("test", user);
   assertEquals(gist, g);
 }