Fix Mockito interfering with Hamcrest

This commit is contained in:
Bradlee Speice 2014-11-21 18:24:24 -05:00
parent ff6d95b793
commit cc3c8ea486

View File

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