Skip to content

Instantly share code, notes, and snippets.

@leshill
Created May 2, 2011 05:41
Show Gist options
  • Save leshill/951208 to your computer and use it in GitHub Desktop.
Save leshill/951208 to your computer and use it in GitHub Desktop.
Capybara example.org/example.com issue #36
class Capybara::RackTest::Browser
def build_rack_mock_session
Rack::MockSession.new(app, URI.parse(current_host).host)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment