@Test
public void mapStories() {
Embedder embedder = new Embedder();
embedder.useMetaFilters(asList("+author *", "+theme *", "-skip"));
List<String> storyPaths = new StoryFinder().findPaths(codeLocationFromClass(this.getClass()), "**/*.story", "");
embedder.mapStoriesAsPaths(storyPaths);
}
@Test
public void runClasspathLoadedStoriesAsJUnit() {
// CoreEmbedder defines the configuration and steps factory