Skip to content

Spectrum 1.1.0: Features, Features, Features!

Compare
Choose a tag to compare
@greghaskins greghaskins released this 22 Mar 02:50
· 18 commits to master since this release

We've been working on several big new features for Spectrum over the last several months, and are proud to include them in this release. 🎉

  • Gherkin-style test DSL with given / when / then
  • Support for most JUnit 4 @Rules like MockitoJUnit and SpringJUnit
  • Tagging/filtering tests to include/exclude a specified subset
  • The Variable<T> helper class for shared state across closures
  • context alias for describe, similar to RSpec and Ginkgo
  • RSpec-style aroundEach and aroundAll hooks for advanced users and plugin authors
  • Expanded and improved documentation
  • Several other small improvements and bug fixes
  • Full backward-compatibility with 1.0.0

A special thank you to @ashleyfrieze for driving many of these changes, and to @richdouglasevans and @evertones for contributing as well!

To get started using this latest release, see the quickstart walkthrough.