Skip to content

Commit

Permalink
Fix config constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
NozomiIto committed Sep 26, 2015
1 parent a910219 commit bcf8f91
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class GroovyConfig extends Config {
}

public GroovyConfig(File rootDir) {
super()
setRootDir(rootDir)
super(rootDir)
}

public File getRootBaseTestDir() {
Expand Down

0 comments on commit bcf8f91

Please sign in to comment.