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 Sep 28, 2016
1 parent ef37236 commit f9d8710
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() == 14
def compileConf = project.configurations.getByName('integTestCompile')
Expand Down

0 comments on commit f9d8710

Please sign in to comment.