.next(this.answer(patched)).next(this.answer(original)).start();
final MkContainer forksContainer = new MkGrizzlyContainer().start();
final RtRepo repo =
new RtRepo(
new MkGithub(),
new ApacheRequest(forksContainer.home()),
new Coordinates.Simple("test_user", "test_repo")
);
final RtFork fork = new RtFork(
new ApacheRequest(container.home()), repo, 1
);
fork.patch(RtForkTest.fork(patched));
MatcherAssert.assertThat(
new Fork.Smart(fork).organization(),
Matchers.equalTo(patched)