what's the most straight-forward way to do unit te...
# getting-started
t
what's the most straight-forward way to do unit tests with kotlin (non-android standalone app)? preferably with a low dependency footprint. I tried doing spek and following its guides, but after installing a bunch of things including the idea plugin, it's still not running properly w/ idea
j
Spek and the idea plugin is working well for me - have you tried asking in #spek?
s
Hey, I've gotten it working for a server side Kotlin project. Let me know how I can help
t
I did finally get spek working okay, but I'm having trouble running multiple specs at once with the plugin (I asked this in #spek too)
in the run configuration, there's an option to run an entire package, but for some reason it isn't letting me select it or even fill out the path field
how do you run your speks?