Forgus / spock

Automatically exported from code.google.com/p/spock
0 stars 0 forks source link

ConfigurationHolder is being reset when using where block #364

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a integration test with a where block that needs to get a value from 
ConfigurationHolder.flatConfig. The first iteration in the where block works 
fine and it gets the variable from ConfigurationHolder properly, but after this 
first iteration, ConfigurationHolder.flatConfig is empty.

I am using Grails 2.1.0 (Groovy 1.8) and Spock 0.7

Original issue reported on code.google.com by fgarciar...@gmail.com on 30 Apr 2014 at 10:34