Skip to content

Instantly share code, notes, and snippets.

@jseifer
Created February 18, 2009 14:35
Show Gist options
  • Save jseifer/66362 to your computer and use it in GitHub Desktop.
Save jseifer/66362 to your computer and use it in GitHub Desktop.
Turn off webrat's auto open of failed tests
Webrat.configure do |config|
config.mode = :rails
config.open_error_files = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment