allowing(otherFile).getFullPath(); will(returnValue(new Path(otherFilename)));
}});
WorkspaceScriptLoader loader = new WorkspaceScriptLoader(location, scriptRunner, scriptStack, fileReader);
loader.file(otherFilename);
context.assertIsSatisfied();
}
}