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