@Test
public void run() throws Throwable {
// Embedder defines the configuration and candidate steps
Embedder embedder = new CommentParsingEmbedder();
List<String> storyPaths = new StoryFinder().findPaths(codeLocationFromClass(this.getClass()), "**/bdd/comment*.story", "");
embedder.runStoriesAsPaths(storyPaths);
}