1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Merge pull request #545 from pivotal-cloudplanner/master

Only require 'webrick/cookie' in order to avoid long load times on ruby 2.0.0-p195
This commit is contained in:
Matthew Horan 2013-07-15 17:13:35 -07:00
commit 264bcaf70f

View file

@ -1,4 +1,4 @@
require 'webrick' require 'webrick/cookie'
# A simple cookie jar implementation. # A simple cookie jar implementation.
# Does not take special cookie attributes # Does not take special cookie attributes