@Test
 public void testAtCurrentDirectory() throws Exception {
   assertEquals(propertyLoader, propertyLoader.atCurrentDirectory());
   verify(propertyLocation).atCurrentDirectory();
 }