Are we going to get a Spek option for IntelliJ’s c...
# spek
r
Are we going to get a Spek option for IntelliJ’s create test wizard?
h
robfletcher: yeah but it's quite a bit of work because of how IntelliJ expects things.
r
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
But you want it as an intention? Cause otherwise with a file template it would be quite easy.
r
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