Fix Mockito interfering with Hamcrest

build-21
Bradlee Speice 2014-11-21 18:24:24 -05:00
parent ff6d95b793
commit cc3c8ea486
1 changed files with 1 additions and 1 deletions

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