Hi! I would like to use Spek as a drop-in replacem...
# spek
v
Hi! I would like to use Spek as a drop-in replacement for JUnit, but the configuration instructions that I've found insist on replacing the test runner. Is there a way to run spek without its runner?
r
if you want to run tests on IntelliJ you can use https://plugins.jetbrains.com/plugin/8564-spek. You don't need
@RunWith(...)
to use spek.
v
Nice! Do I still need to specify the runner in the configuration?
r
There should be gutter icons that you can click to run your specs.
v
Thanks, that worked beautifully!