This project provides an implementation of tests in the manner or RSpec (for Ruby) and ScalaTest (for Scala). It provides an expressive DSL to create natural language tests. Examples: [ Set new ] should be empty. [ #(1) ] should have size: 1. [ 'Hello, World' ] should fullyMatch: '(\w+), (\w+)' withGroups: #('Hello' 'World')