> You know, if you're going to complain about the output, the least you > could do is show us the output you're getting... :)
Here goes: /Users/DK/.rvm/rubies/ruby-1.8.7-p174/bin/ruby -I "/Users/DK/.rvm/gems/ruby-1.8.7-p174/gems/cucumber-0.8.5/lib:lib" "/Users/DK/.rvm/gems/ruby-1.8.7-p174/gems/cucumber-0.8.5/bin/cucumber" --profile default Using the default profile... F-----F-- Failing Scenarios: cucumber features/create_comparison.feature:6 # Scenario: Comparisons List cucumber features/login_logout.feature:3 # Scenario: Login 2 scenarios (2 failed) 7 steps (7 skipped) 0m0.042s rake aborted! Command failed with status (1): [/Users/DK/.rvm/rubies/ruby-1.8.7-p174/bin/...] (See full trace by running task with --trace) DKMac:creditcompare DK$ On Wed, Sep 15, 2010 at 5:06 PM, Marnen Laibow-Koser <[email protected]>wrote: > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- 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.

