* Tests that repo with diverting MimeRulesSupport actually works. If both tests, this one and
* {@link #testGuessMimeTypeFromPath()} passes, their conjunction proves it works.
*/
@Test
public void testGuessfakeMimeRulesSourceMimeTypeFromPath() {
MimeRulesSource source = new MimeRulesSource()
{
@Override
public String getRuleForPath(String path) {
return "foo/bar";
}