mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Fix Mockito interfering with Hamcrest
This commit is contained in:
parent
ff6d95b793
commit
cc3c8ea486
@ -36,7 +36,7 @@ dependencies {
|
||||
|
||||
testCompile 'junit:junit:4.+'
|
||||
testCompile 'org.robolectric:robolectric:+'
|
||||
testCompile 'org.mockito:mockito-all:+'
|
||||
testCompile 'org.mockito:mockito-core:+'
|
||||
testCompile 'com.jayway.awaitility:awaitility:+'
|
||||
testCompile 'org.jetbrains.spek:spek:+'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user