Files
spring-cloud-contract/spring-cloud-contract-spec
Marcin Grzejszczak 73d4d652ff Fixed invalid OptionalProperty conversion
without this change a toString was executed on an optional property due to a missing method that parses those kind of props.
with this change we've added a missing method and also we've made optional property toString return the proper pattern

fixes #173
2016-12-21 16:14:30 +01:00
..
2016-11-24 18:58:50 +01: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.