Merge branch '1.0.x'

This commit is contained in:
Marcin Grzejszczak
2017-02-01 13:28:54 +01:00

View File

@@ -728,7 +728,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
}
},
"response": {
"status": 200,
"status": 200
}
}
'''), json)
@@ -768,7 +768,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
}
},
"response": {
"status": 200,
"status": 200
}
}
'''), json)
@@ -798,7 +798,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
"urlPath": "boxes"
},
"response": {
"status": 200,
"status": 200
}
}
'''), json)
@@ -827,7 +827,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
"urlPath": "boxes"
},
"response": {
"status": 200,
"status": 200
}
}
'''), json)
@@ -980,7 +980,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
}
},
"response": {
"status": 200,
"status": 200
}
}
'''), json)