Fixed docs

This commit is contained in:
Marcin Grzejszczak
2016-04-23 23:26:51 +02:00
parent b89e5a45ad
commit bc1bdb7d16

View File

@@ -45,7 +45,7 @@ To trigger a message it's enough to use the `StubTiggerer` interface:
[source,groovy]
----
include::../../stub-runner/src/main/groovy/io/codearte/accurest/stubrunner/StubTriggerer.groovy[]
include::../../../../stub-runner/stub-runner/src/main/groovy/io/codearte/accurest/stubrunner/StubTriggerer.groovy[]
----
For convenience the `StubFinder` interface extends `StubTrigger` so it's enough to use only one in your tests.