GSpec is an evolving framework to allow you to apply a BDD style of programming when using Groovy. The sections below illustrate using GSpec for the examples from Using Testing Frameworks with Groovy.
The Stack Example
Here is how you might test the Item Storer Example with GSpec:
The Item Storer Example
Here is how you might integration test the Item Storer Example with GSpec:
Labels