@Test
 public void shouldReturnRawResourcesWithoutExtensions() throws Exception {
   FsFile f = rawResourceFiles.get(resourceIndex.getResName(R.raw.raw_no_ext), "");
   assertThat(f).isEqualTo(TEST_RESOURCE_PATH.rawDir.join("raw_no_ext"));
 }