diff --git a/src/test/groovy/pl/touk/mockserver/server/MockServerTest.groovy b/src/test/groovy/pl/touk/mockserver/server/MockServerTest.groovy index 98dfe1f..1684414 100644 --- a/src/test/groovy/pl/touk/mockserver/server/MockServerTest.groovy +++ b/src/test/groovy/pl/touk/mockserver/server/MockServerTest.groovy @@ -75,7 +75,7 @@ class MockServerTest extends Specification{ controlServerClient.removeMock('testSoap') == 1 } -//TODO def "should add simultanously working post and rest mocks with the same predicate and endpoint nad port"(){}" +//TODO def "should add simultaneously working post and rest mocks with the same predicate and endpoint nad port"(){}" //TODO def "should add mock minimal(){}" //TODO def "should dispatch mocks with the same predicates on another ports" //TODO def "should not add mock with existing name"(){}