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:
commit
264bcaf70f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue