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?

For example on this failing (and very simple) scenario (which I can not
remove enough steps to get it to pass):

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, I have no idea if the problem is syntax,
routes, something with capybara, data (well not in this case), or just that
my app does not work. I know I can go to a browser and get this page to load
so I know it is not the latter.

I am not concerned with this specific example per se but to any hints as to
a working strategy to troubleshoot scenarios under Cucumber and be able to
move past failures.

Thanks,

David

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to