From e1ab61dd5f755ca5ce84e8346489c4288040e325 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 21 Dec 2014 20:37:48 -0500 Subject: [PATCH] Remove a TODO, I am testing Spek files now --- app-test/build.gradle | 1 - 1 file changed, 1 deletion(-) 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'