Skip to content

Instantly share code, notes, and snippets.

@modsognir
Created September 17, 2013 14:55
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 modsognir/6595467 to your computer and use it in GitHub Desktop.
Save modsognir/6595467 to your computer and use it in GitHub Desktop.
config.after(:each) do
if Capybara.current_driver != :rack_test && page.driver.error_messages.present?
puts example.metadata[:description_args]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment