mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-31 09:55:58 +00:00
Rescue LoadError.
This commit is contained in:
parent
64297ffebe
commit
4ebce92fad
1 changed files with 2 additions and 0 deletions
|
|
@ -620,5 +620,7 @@ class TestHTTPCookieJar < Test::Unit::TestCase
|
|||
# :filename => File.join(dir, "cookies.sqlite")),
|
||||
# HTTP::Cookie::MAX_COOKIES_TOTAL + gc_threshold)
|
||||
#}
|
||||
rescue LoadError
|
||||
STDERR.puts 'sqlite3 missing?'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue