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