Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
m
mysterious-action-44812
04/24/2016, 9:02 PM
why do I get output like this:
https://gist.github.com/nitay/8704f542fc7b40be70656eb700baddf1
. that is, it is running the tests (those dots seem right), but why does it always report 0 tests? I’m using scala
specs2
tests with
@RunWith(classOf[JUnitRunner])
Post