try {
FileBasedStateRepository repo = new FileBasedStateRepository(file);
FeatureState state = repo.getFeatureState(MyFeature.FEATURE1);
state.enable();
repo.setFeatureState(state);
Properties newProps = readPropertiesFile(file);
assertThat(newProps.size(), is(3));