#18 ✓resolved
Nicholas Rutherford

then show me the emails

Reported by Nicholas Rutherford | January 13th, 2010 @ 04:45 PM

There seems to be an issue with new cucumber / webrat and this. I was getting

Then show me the emails
undefined method `open_in_browser' for #<Cucumber::Rails::World:0x21f1f74>

and got it working with the following step redefinition:

Then(/^show me the emails?$/) do
  extend Webrat::SaveAndOpenPage
  save_and_open_emails
end

This dependency probably wants putting into pickle as an extend or require somewhere?

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Assign tickets to <b>Ian White</b>, so I get notified

People watching this ticket

Referenced by

Pages