public class VisitorTest {
@Test
public void run() throws Throwable {
Embedder embedder = new VisitorEmbedder();
List<String> storyPaths = new StoryFinder().findPaths(codeLocationFromClass(this.getClass()), "**/bdd/visitor*.story", "");
embedder.runStoriesAsPaths(storyPaths);
}