Search code examples
scalaspecs2

Missing GWT Trait


The GWT trait seems to be missing:

enter image description here

I checked the external dependencies and it doesn't seem to be there:

enter image description here

I'm using the following version of specs2:

"org.specs2" %% "specs2-core" % "3.6.1" % "test"

Is it in a different location? I'm not sure how to get it in order to use full support for GWT tests.


Solution

  • You need to add specs2-gwt to your build. See here for a list of all the additional specs2 jars.