diff --git a/app-test/build.gradle b/app-test/build.gradle index cf8696d..a92bcc0 100644 --- a/app-test/build.gradle +++ b/app-test/build.gradle @@ -26,7 +26,6 @@ repositories { def androidModule = project(':app') def firstVariant = androidModule.android.applicationVariants.toList().first() -// TODO: Not yet including Spek tests, fix that. def testIncludes = [ '**/*Test.class', '**/*Spek.class'