mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-27 14:57:46 +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")),
|
# :filename => File.join(dir, "cookies.sqlite")),
|
||||||
# HTTP::Cookie::MAX_COOKIES_TOTAL + gc_threshold)
|
# HTTP::Cookie::MAX_COOKIES_TOTAL + gc_threshold)
|
||||||
#}
|
#}
|
||||||
|
rescue LoadError
|
||||||
|
STDERR.puts 'sqlite3 missing?'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue