Yi Wen wrote:
Hi,

I had a couple features failed with cucumber 0.3.90 because table.hashes is frozen so I cannot change the hashes anymore. Just wonder what's the reason behind the change? Thanks

Yi

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users


This change was added to avoid unintended side effects... I can't remember the exact use case though. If you need to modify it call #dup on the hashes first. Also, please use Cucumber's mailing list in the future:

http://groups.google.com/group/cukes

Thanks,
Ben
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to