Grails-Plugin-Consortium / grails-filterpane

Filterpane plugin for grails.
Apache License 2.0
16 stars 44 forks source link

GPFILTERPANE-35 #5

Closed stenix71 closed 11 years ago

stenix71 commented 11 years ago

Added a filterLink tag as suggested in GPFILTERPANE-35 but slightly modified to be more flexible.

Also upgraded the integration tests to work in Grails 2.x. One of the integration tests lacked a test domain class so I marked it with Ignore until the missig class is in place.

ctoestreich commented 11 years ago

Lets make sure that any new tests are written in Spock. :+1:

stenix71 commented 11 years ago

I have never worked with Spock before but there is a first time for everything ;)

ctoestreich commented 11 years ago

Spock is so much more rich, powerful and structured when working in tests than plain old junit. I will convert a couple soon and you can use those as starting points.