Fixed docs

This commit is contained in:
Marcin Grzejszczak
2016-04-25 11:20:07 +02:00
parent 5fdfd38bf5
commit acead5c605

View File

@@ -81,9 +81,9 @@ To change default configuration just add `accurest` snippet to your Gradle confi
[source,groovy,indent=0]
----
accurest {
testMode == 'MockMvc'
baseClassForTests == 'org.mycompany.tests'
generatedTestSourcesDir == project.file('src/accurest')
testMode = 'MockMvc'
baseClassForTests = 'org.mycompany.tests'
generatedTestSourcesDir = project.file('src/accurest')
}
----