langalex / culerity

Culerity integrates Cucumber and Celerity in order to test your application's full stack including Javascript. Your Rails app doesn't have to run in JRuby.
http://groups.google.com/group/culerity-dev
MIT License
259 stars 33 forks source link

Cannot pass in a block to tablerow.each #5

Closed liangzan closed 15 years ago

liangzan commented 15 years ago

Hi,

For celerity's table row object, there's a each method where I can pass in a block to be excuted on its table cells. But Culerity throws a "LocalJumpError: yield called out of block" exception. Is there a workaround?

langalex commented 15 years ago

currently you can't use blocks with culerity because of the way the ruby process communicates with the jruby celerity process