Skip to content

Commit

Permalink
Fix non-working test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Potts committed May 17, 2017
1 parent eb7c852 commit abd9773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class NebulaFacetPluginSpec extends PluginProjectSpec {
SourceSet integTest = project.sourceSets.find { it.name == 'integTest'}
integTest
integTest.compileConfigurationName == 'integTestCompile'
integTest.compileClasspath.files.find { 'src/integTest'}
integTest.runtimeConfigurationName == 'integTestRuntime'
integTest.allJava.srcDirs.find { it.path.endsWith('src/integTest/java') }

project.configurations.size() == 25
def compileConf = project.configurations.getByName('integTestCompile')
Expand Down

0 comments on commit abd9773

Please sign in to comment.