GrailsInAction / graina2

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

Don't need to extend IntegrationSpec #91

Closed pledbrook closed 10 years ago

pledbrook commented 10 years ago

I'm pretty sure we no longer need to extend IntegrationSpec in our integration tests now. Certainly seems to work OK and I'm not sure the class exists in Grails 2.3 anyway.

It may also be worth mentioning that if users have Grails 2.2 or earlier with the plugin installed, then they need to extend IntegrationSpec for the tests to work properly.