Properties properties = new Properties();
properties.load(new FileInputStream(workingDirConfig));
Configurator configurator = new Configurator(properties);
configurator.toggleFixedVersion();
configurator.changeFixedVersionLocationTo(Fixed_Version_Location);
configurator.saveConfiguration();
}
@When("^I start the update system$")
public void I_start_the_update_system() throws Throwable {
updateSystem = ConfiguredUpdateSystem.loadProperties().create();