Skip to content

Tags: zeedunk/simplespec

Tags

v0.5.2

Toggle v0.5.2's commit message
* Added support for `@Ignore` on classes as well as methods.

* Added `startWith`, `endWith`, `match`, and `contain` matchers for strings.

v0.5.1-with-2.8.1

Toggle v0.5.1-with-2.8.1's commit message
* Added 2.8.1 support back in.

v0.5.1

Toggle v0.5.1's commit message
* Added support for Scala 2.9.1.

* Dropped support for Scala 2.8.1.
* Added `lessThan`, `greaterThan`, `lessThanOrEqualTo`, and
  `greaterThanOrEqualTo` matchers.

v0.5.0

Toggle v0.5.0's commit message
* Completely rewrote all the code to work entirely on JUnit and use H…

…amcrest

  matchers. No longer uses Specs in any form.

v0.4.1

Toggle v0.4.1's commit message
* Now calling `beforeEach` and `afterEach` for all enclosing classes …

…of an

  example.

v0.4.0

Toggle v0.4.0's commit message
* Upgraded to Specs2 1.5.

* Modified discovery to **only** run methods annotated with `@test`.
* Added `Spec#arguments` method for specifying Specs2 arguments.

v0.4.0-changelog-fix

Toggle v0.4.0-changelog-fix's commit message
* Fixed date in changelog.

v0.3.4

Toggle v0.3.4's commit message
* Added JUnit `@RunWith` annotation so `Spec` instances can run in Ma…

…ven.

v0.3.4-with-signing-part-two

Toggle v0.3.4-with-signing-part-two's commit message
* Fixed maven-gpg-plugin version number.

v0.3.4-with-signing

Toggle v0.3.4-with-signing's commit message
* Added GPG signatures to artifacts.