Entries from 2011-09-17 to 1 day

Specs2を試す(5)

Pending until fixed 一時的にテストを実行したくないときは pendingUntilFixed が使える。 // テスト1 import org.specs2._ class HelloWorldSpec2 extends Specification { def is = "This is a specification to check the 'Hello world' string" ^ p^ "T…