1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Turn on ExcludeTest.

This commit is contained in:
Cedric Beust 2017-02-23 19:08:00 -08:00
parent 12bb412cd1
commit 5b76c0cad5

View file

@ -24,7 +24,7 @@ class ExcludeTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactor
arrayOf("p2", EXCLUDED_DEPENDENCY)
)
// @Test(dataProvider = "dp")
@Test(dataProvider = "dp")
fun excludeShouldWork(projectName: String, excludedDependency: String?) {
val projectText = """
dependencies {