SLING-1320 - adding script binding for JSONGroovyBuilder

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@902962 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/resources/integration-test/builder.groovy b/src/test/resources/integration-test/builder.groovy
index 54686fe..df1342a 100644
--- a/src/test/resources/integration-test/builder.groovy
+++ b/src/test/resources/integration-test/builder.groovy
@@ -17,8 +17,6 @@
  * under the License.
  */
 
-builder = new org.apache.sling.commons.json.groovy.JSONGroovyBuilder()
-
-out.write builder.json {
+out.write jsonBuilder.json {
     text currentNode.getProperty("text").string
 } as String