This repository was archived by the owner on Nov 17, 2018. It is now read-only.
Rename packages from com.codahale to com.simple
Prepare for release to Maven Central
Drop support for Scala 2.8.1
Added support for @Ignore on classes as well as methods.
Added startWith, endWith, match, and contain matchers for strings.
Added support for Scala 2.9.1.
Added lessThan, greaterThan, lessThanOrEqualTo, and
greaterThanOrEqualTo matchers.
Completely rewrote all the code to work entirely on JUnit and use Hamcrest
matchers. No longer uses Specs in any form.
Now calling beforeEach and afterEach for all enclosing classes of an
example.
Upgraded to Specs2 1.5.
Modified discovery to only run methods annotated with @test.
Added Spec#arguments method for specifying Specs2 arguments.
Added JUnit @RunWith annotation so Spec instances can run in Maven.
Fixed a reflection bug on Scala 2.9.0.
Now only cross-building for Scala 2.8.1 and 2.9.0.
Fixed a bug handling non-Result return types.
No longer considers example methods returning Unit to be pending.s
Added a new @ignore annotation.
Improved example discovery reflection.
Upgraded to Spec2 1.2 and Scala 2.9 RCs.
Big rewrite to handle aribtrarily-nested context classes and example methods
without the should prefix.
Upgraded to Specs 1.6.6 and Scala 2.8.1.
Bugfixes.
You can’t perform that action at this time.