Fixed a failing test.

This commit is contained in:
Jon Brisbin
2012-05-09 10:02:17 -05:00
parent 6e0f9a4162
commit 27322ddcf9

View File

@@ -86,7 +86,7 @@ class RepositoryRestControllerSpec extends Specification {
then:
model.status == HttpStatus.OK
reposLinks?.size() == 4
reposLinks?.size() == 3
when: "adding an entity"
model.clear()