David Kahn wrote: > Hi all.... I have just gotten started with Cucumber and excited about > it. > But am hitting a problem where I have scenarios failing but the output > seems > almost useless - all it does is tell me which scenarios failed but not > where > in the scenario it failed. How does one go about figuring out where > things > are going wrong? Is there a verbose option?
You know, if you're going to complain about the output, the least you could do is show us the output you're getting... :) > > For example on this failing (and very simple) scenario (which I can not > remove enough steps to get it to pass): That suggests a Cucumber setup issue. > > Feature: Login logout of system > > Scenario: Login > When I am on the login page > Then I should see "Lender Login" > > When I 'rake cucumber' it fails, Fails how? What do you see? Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] Sent from my iPhone -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

