mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-03 18:10:27 -05:00 
			
		
		
		
	Remove a TODO, I am testing Spek files now
This commit is contained in:
		@ -26,7 +26,6 @@ repositories {
 | 
				
			|||||||
def androidModule = project(':app')
 | 
					def androidModule = project(':app')
 | 
				
			||||||
def firstVariant = androidModule.android.applicationVariants.toList().first()
 | 
					def firstVariant = androidModule.android.applicationVariants.toList().first()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// TODO: Not yet including Spek tests, fix that.
 | 
					 | 
				
			||||||
def testIncludes = [
 | 
					def testIncludes = [
 | 
				
			||||||
        '**/*Test.class',
 | 
					        '**/*Test.class',
 | 
				
			||||||
        '**/*Spek.class'
 | 
					        '**/*Spek.class'
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user