Hi,
We are starting a new project at work and we chose to use Akka HTTP for the API. So far everything is working as expected and the docs/tutorials for spray work without changes or with minimal changes.
However, now that we want to add integration tests for the routes, the examples that fits our needs in spray are done using Specs2RouteTest or Scalatest. We have a somewhat large codebase that uses Specs2 and don't want to introduce Scalatest. Is there an equivalent for Specs2RouteTest on Akka HTTP?
Regards,