Skip to content

Commit

Permalink
added evaluate support method
Browse files Browse the repository at this point in the history
  • Loading branch information
mlueders committed Aug 8, 2014
1 parent 32704f3 commit 004620a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ abstract class AbstractProjectSpecification extends Specification {
projectFS = new ProjectFileSystem(project.rootDir)
}

protected void evaluateProject() {
project.evaluate()
}

protected Project createProject() {
ProjectBuilder.builder()
.withName("${projectName}-project")
Expand Down

0 comments on commit 004620a

Please sign in to comment.