Add install command

Fixes gh-1393
This commit is contained in:
Dave Syer
2014-08-18 16:43:15 +01:00
parent 457cea60e6
commit 1fe1399959
3 changed files with 246 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ public class CommandLineIT {
Invocation cli = this.cli.invoke("hint");
assertThat(cli.await(), equalTo(0));
assertThat(cli.getErrorOutput().length(), equalTo(0));
assertThat(cli.getStandardOutputLines().size(), equalTo(7));
assertThat(cli.getStandardOutputLines().size(), equalTo(9));
}
@Test