public class GistTagTest extends AbstractTagTest {
@Test
public void gistedCodeIsRetrievedAndUsed() throws Exception {
GistResultRetriever retriever = new GistResultRetriever(new GistConnector(new JsonToGistResultConverter(),
new GistRequest()));
String options = "417835";
@SuppressWarnings("unused")
// code to be retrieved, we can only assert parts of it
String gistedCode = "javascript:(function() {window.frames[3][0].document.getElementById('frameplugin').style.display='none'})()";