[rspec-users] [cucumber] table.hashes
Ben Mabey
ben at benmabey.com
Tue Jul 28 17:34:53 EDT 2009
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 at 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
More information about the rspec-users
mailing list