Added spec tests, README.

This commit is contained in:
Jon Brisbin
2012-03-08 16:55:21 -06:00
parent 3dc5495357
commit cdd0eb5df8
11 changed files with 143 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
archivesBaseName = "spring-data-rest-core"
dependencies {
// Google Guava

View File

@@ -1,4 +1,4 @@
package org.springframework.data.rest.core
package org.springframework.data.rest.core.spec
import org.springframework.data.rest.core.util.UriUtils
import spock.lang.Specification