David Kahn wrote: >> 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/...]
That does look rather terse -- but notice that all your steps are showing up as skipped. I'd say you've got a configuration issue. Check your cucumber setup. > > (See full trace by running task with --trace) > DKMac:creditcompare DK$ > > > On Wed, Sep 15, 2010 at 5:06 PM, Marnen Laibow-Koser 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.

