1. append "assert (1 == 1) == false" to "when:" clause of any spec
2. run the spec
3. you'll see the following result:
( (1 == 1) == false)
| |
| false
false (java.lang.Boolean)
'false' of (1 == 1) is wrong. it must be 'true'
I used Grails 2.0.3 and Grails Spock plugin 0.6.
Original issue reported on code.google.com by nobe...@gmail.com on 16 May 2012 at 3:20
Original issue reported on code.google.com by
nobe...@gmail.com
on 16 May 2012 at 3:20