Skip to content

Instantly share code, notes, and snippets.

@semipermeable
Created November 10, 2011 19:21
Show Gist options
  • Save semipermeable/1355848 to your computer and use it in GitHub Desktop.
Save semipermeable/1355848 to your computer and use it in GitHub Desktop.
Tddium Capybara Server Port
# spec/support/capybara.rb
Capybara.server_port = 54321 + ENV.fetch('TDDIUM_TID', 0).to_i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment