kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
179 stars 25 forks source link

Add handling of context container for BehaviorSpec #275

Closed jcthenerd closed 11 months ago

jcthenerd commented 12 months ago

With https://github.com/kotest/kotest/issues/3685, the context container was added into the BehaviorSpec. In order for this to properly be handled by the IntelliJ plugin, we need to update the spec style to also understand this container.

jcthenerd commented 11 months ago

This is completed with https://github.com/kotest/kotest-intellij-plugin/pull/276