mirror of
				https://github.com/MinimalBible/MinimalBible
				synced 2025-11-03 18:10:27 -05:00 
			
		
		
		
	Fix Mockito interfering with Hamcrest
This commit is contained in:
		@ -36,7 +36,7 @@ dependencies {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    testCompile 'junit:junit:4.+'
 | 
					    testCompile 'junit:junit:4.+'
 | 
				
			||||||
    testCompile 'org.robolectric:robolectric:+'
 | 
					    testCompile 'org.robolectric:robolectric:+'
 | 
				
			||||||
    testCompile 'org.mockito:mockito-all:+'
 | 
					    testCompile 'org.mockito:mockito-core:+'
 | 
				
			||||||
    testCompile 'com.jayway.awaitility:awaitility:+'
 | 
					    testCompile 'com.jayway.awaitility:awaitility:+'
 | 
				
			||||||
    testCompile 'org.jetbrains.spek:spek:+'
 | 
					    testCompile 'org.jetbrains.spek:spek:+'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user