You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added support for Scala 2.9.1.
* Dropped support for Scala 2.8.1.
* Added `lessThan`, `greaterThan`, `lessThanOrEqualTo`, and
`greaterThanOrEqualTo` matchers.
* Upgraded to Specs2 1.5.
* Modified discovery to **only** run methods annotated with `@test`.
* Added `Spec#arguments` method for specifying Specs2 arguments.