You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try cucumber 2.0.0.beta.1 out on Relish's tests, there are two failing hooks: one before hook and one after hook. Neither exception is reported. I've had to hack in begin...rescue blocks into lib/cucumber/mappings.rb to see the exceptions.
First priority is to make sure these exceptions get printed. Second priority is to get the location for these hooks right, so you know where to look.
The text was updated successfully, but these errors were encountered:
When I try cucumber 2.0.0.beta.1 out on Relish's tests, there are two failing hooks: one before hook and one after hook. Neither exception is reported. I've had to hack in
begin...rescue
blocks intolib/cucumber/mappings.rb
to see the exceptions.First priority is to make sure these exceptions get printed. Second priority is to get the location for these hooks right, so you know where to look.
The text was updated successfully, but these errors were encountered: