GrailsInAction / graina2

Source code for the 2nd edition of Grails in Action
90 stars 92 forks source link

MEAP v13 ch07 Listing 7.18 typo in spock test #78

Closed danhyun closed 10 years ago

danhyun commented 10 years ago

In the where: portion:

where:
url | expectCtrl| expectAction | expectId
'/users/glen' | 'post' | 'timeline' | 'glens'
'/timeline/chuck_norris'| 'post' | 'timeline' | 'chuck_norris'

The expectId should be 'glen' unless the url should be /users/glens

pledbrook commented 10 years ago

Fixed, thanks.