mirror of
https://github.com/MinimalBible/MinimalBible
synced 2026-01-09 13:40:16 -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