@Before
public void before() throws Throwable {
// here I need to expand SPEC manually to create the file for the test
String spec = new VariablesExpanderForTest(new Properties()).expand(SPEC);
target = fileFromURL(spec);
save(target, new Properties() {{
setProperty("someValue", "10");
}});