Files
spring-cloud-contract/spring-cloud-contract-spec
Marcin Grzejszczak 19120f55fc Fixed the way we clone bodies in response
without this change we are not doing a deep copy of a collection thus we're accidentaly removing the original value
with this change we ensure that a deep copy is made

fixes #229
2017-02-22 13:30:59 +01:00
..
2017-01-12 15:58:06 +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.