Skip to content

Instantly share code, notes, and snippets.

@jxson
Created June 26, 2009 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jxson/136626 to your computer and use it in GitHub Desktop.
Save jxson/136626 to your computer and use it in GitHub Desktop.
Special before filter for adding logging to cucumber, similar to http://bitly.com/pFAxD
# Special before filter for adding logging to cucumber, similar to http://bitly.com/pFAxD
Before do |scenario|
Rails.logger.info "\n\n Scenario(s): #{scenario.to_sexp[3]}\n#{'-' * 78}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment