}
@Test
public void fallsBackToDefaultUrl() throws OpenShiftException, IOException {
IOpenShiftConfiguration configuration = new EmptySystemPropertiesFake(
new UserConfigurationFake(new SystemConfigurationFake(new DefaultConfiguration())));
assertNotNull(configuration.getLibraServer());
assertTrue(configuration.getLibraServer().contains(DefaultConfiguration.LIBRA_SERVER));
assertNull(configuration.getRhlogin());
}