Skip to content

Instantly share code, notes, and snippets.

@jxson
Created June 26, 2009 17:54
Show Gist options
  • Select an option

  • Save jxson/136626 to your computer and use it in GitHub Desktop.

Select an option

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