I am trying to integrate spock tests with play 2.6 and sbt 0.13, junit seems to run spock tests in intellj IDE, but these tests are not visible to sbt. Digging bit deeper I found that sbt is not picking up groovy files.
I tried using https://github.com/fupelaqu/sbt-groovy plugin but was not able to enable to plugin, looks like it is obsolete.