Fix typos in new Gradle plugin

Closes gh-8818
This commit is contained in:
Johnny Lim
2017-04-05 20:25:48 +09:00
committed by Andy Wilkinson
parent 2de7e9c310
commit 8d921d49aa
7 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ public class ApplicationPluginActionIntegrationTests {
}
@Test
public void applyingApplictionPluginCreatesBootStartScriptsTask() {
public void applyingApplicationPluginCreatesBootStartScriptsTask() {
assertThat(this.gradleBuild.build("taskExists", "-PtaskName=bootStartScripts",
"-PapplyApplicationPlugin").getOutput())
.contains("bootStartScripts exists = true");