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.
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?
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?