raniejade
01/05/2017, 3:44 PMit("5")
is not being executed, since you're throwing an exceptiontmiyamon
01/05/2017, 5:22 PMadambl4
01/05/2017, 6:01 PMmaven { url "<http://dl.bintray.com/jetbrains/spek>" }
tmiyamon
01/06/2017, 9:45 AMcarlw
01/09/2017, 12:02 PMraniejade
01/09/2017, 1:08 PMraniejade
01/09/2017, 1:09 PMcarlw
01/09/2017, 2:27 PMraniejade
01/09/2017, 2:29 PMcraigjbass
01/10/2017, 1:49 PM(9, 29): Unresolved reference: SubjectSpek
does SubjectSpek only work with the EAP of Kotlin?sdeleuze
01/10/2017, 2:06 PMcraigjbass
01/10/2017, 2:09 PMcraigjbass
01/10/2017, 2:09 PMcraigjbass
01/10/2017, 2:10 PMcraigjbass
01/10/2017, 2:10 PMcraigjbass
01/10/2017, 2:11 PMtestCompile 'org.jetbrains.spek:spek-subject-extension:1.1.0-beta3'
craigjbass
01/10/2017, 2:12 PMsdeleuze
01/10/2017, 5:44 PMsdeleuze
01/10/2017, 5:44 PMsdeleuze
01/10/2017, 5:45 PMspek-junit-platform-engine
should be in testRuntime
scope but if you do that that does not work I guess because of this issuesdeleuze
01/10/2017, 5:45 PMtestCompile
to make it working with beta3sdeleuze
01/10/2017, 5:46 PMraniejade
01/11/2017, 12:31 AM1.1.0-beta3
subjects was moved out of spek-api
to spek-subject-extension
.cuebyte
01/11/2017, 7:55 AMPasted image at 2017-01-11, 15:52▾
user
01/11/2017, 7:55 AMhttps://kotlinlang.slack.com/files/U3G77PNSK/F3P7YN3U0/pasted_image_at_2017_01_11_15_52.png▾
cuebyte
01/11/2017, 7:59 AMorangy
cuebyte
01/11/2017, 8:00 AMorangy
cuebyte
01/11/2017, 8:32 AM:test
task to run all tests, but the spek-plugin seems not support it. However, when I added a Spek Run Configuration, select the type with Package
, then all things become perfect.