@Test
  public void shouldInsert() {
    setupData("shouldInsert");

    LoadedTemplateDto template = new LoadedTemplateDto("SQALE", "DASHBOARD");
    dao.insert(template);

    checkTables("shouldInsert", "loaded_templates");
  }