Are we going to get a Spek option for IntelliJ’s create test wizard?
h
hhariri
05/26/2017, 7:03 PM
robfletcher: yeah but it's quite a bit of work because of how IntelliJ expects things.
r
robfletcher
05/26/2017, 7:09 PM
FWIW I think the auto-creation of tests for class methods is an anti-pattern and something I never use. I’d be very happy with just an empty Spek or SubjectSpek<MyClass>
h
hhariri
05/26/2017, 7:44 PM
But you want it as an intention? Cause otherwise with a file template it would be quite easy.
r
robfletcher
05/26/2017, 7:51 PM
Yeah, I have created file templates. I would love the ability to opt-enter -> create test -> Spek and it to infer the class name and generic type if using SubjectSpek