Skip to content

Instantly share code, notes, and snippets.

@Lackoftactics
Created March 6, 2018 16:20
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 Lackoftactics/3069457338b74961d9df17139b48d770 to your computer and use it in GitHub Desktop.
Save Lackoftactics/3069457338b74961d9df17139b48d770 to your computer and use it in GitHub Desktop.
capybara pause
def pause_capybara
$stderr.write "
Capybara paused!
App running at http://localhost:#{Capybara.current_session.server.port}
Press enter to continue..."
$stdin.gets
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment