Skip to content

Instantly share code, notes, and snippets.

@justinko
Created April 25, 2011 03:51
Show Gist options
  • Save justinko/940131 to your computer and use it in GitHub Desktop.
Save justinko/940131 to your computer and use it in GitHub Desktop.
RSpec.configure do |config|
config.on_error do |example|
if example.example_group.metadata[:type] == :request
example.instance_eval { save_and_open_page }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment