Files
spring-cloud-contract/spring-cloud-contract-spec
Marcin Grzejszczak b1175ff9bd Simplification of the dsl (#151)
with this change to DSL we're adding some helper methods and DSL simplifications 

- c(...) / p(...) - for consumer / producer
- for regex - e.g. $(anyUrl()) - insead of $(consumer(regex(url()))
- Added helper headers and media types
- Added helper http methods

fixes #149
2016-11-18 15:38:35 +01:00
..
2016-11-18 15:38:35 +01:00
2016-10-17 12:22:17 +02:00
2016-07-22 14:07:44 +02:00

=== Spring Cloud Contract Specification

This module contains the specifications describing contracts. Currently we have only
one way for contract description which is the Groovy DSL.