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