scala specs test always pass
Hi,
Using the following specs specification:
import org.specs.Specification
class HelloWorldSpec extends Specification {
"hello world has 11 characters" in {
"hello world".size must be(12)
}
}
This test reports as passed in Idea even though it is obviously wrong and fails from SBT
Any ideas?
Rich
---
Original message URL: http://devnet.jetbrains.net/message/5308072#5308072
请先登录再写评论。