mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Add spek for the future
Not currently integrated, but I'm looking forward to the functionality!
This commit is contained in:
parent
ffd4ccd08c
commit
8396763c65
@ -16,6 +16,12 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url 'http://repository.jetbrains.com/repo'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
def androidModule = project(':app')
|
def androidModule = project(':app')
|
||||||
def firstVariant = androidModule.android.applicationVariants.toList().first()
|
def firstVariant = androidModule.android.applicationVariants.toList().first()
|
||||||
|
|
||||||
@ -26,6 +32,7 @@ dependencies {
|
|||||||
testCompile 'org.robolectric:robolectric:+'
|
testCompile 'org.robolectric:robolectric:+'
|
||||||
testCompile 'org.mockito:mockito-all:+'
|
testCompile 'org.mockito:mockito-all:+'
|
||||||
testCompile 'com.jayway.awaitility:awaitility:+'
|
testCompile 'com.jayway.awaitility:awaitility:+'
|
||||||
|
testCompile 'org.jetbrains.spek:spek:+'
|
||||||
|
|
||||||
testCompile firstVariant.javaCompile.classpath
|
testCompile firstVariant.javaCompile.classpath
|
||||||
testCompile firstVariant.javaCompile.outputs.files
|
testCompile firstVariant.javaCompile.outputs.files
|
||||||
|
Loading…
Reference in New Issue
Block a user