Remove a TODO, I am testing Spek files now

This commit is contained in:
Bradlee Speice 2014-12-21 20:37:48 -05:00
parent bcebe86926
commit e1ab61dd5f

View File

@ -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'