Where and how do you put custom logger statements in cucumber?  I
understood (more or less) how to do this in rspec in the spec_helper
file but I do not know where to start with cucumber.

I want to add a simple identifying text line in the log file to assist
in picking through the output.  Something akin to:

Running Scenario: X

  Feature I should have this logged
    ....

  Feature This should get logged too
    ....


Running Scenario: Y

  Feature This is somewhat different
    ....
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to