mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-27 14:57:46 +00:00
Class name paranoia.
This commit is contained in:
parent
731f2b8c9a
commit
2b96f2317d
2 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
require File.expand_path('helper', File.dirname(__FILE__))
|
require File.expand_path('helper', File.dirname(__FILE__))
|
||||||
|
|
||||||
class TestHTTPCookie < Test::Unit::TestCase
|
class TestHTTPCookie < Test::Unit::TestCase
|
||||||
#class TestHTTPCookie < MiniTest::Unit::TestCase
|
|
||||||
def silently
|
def silently
|
||||||
warn_level = $VERBOSE
|
warn_level = $VERBOSE
|
||||||
$VERBOSE = false
|
$VERBOSE = false
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
require File.expand_path('helper', File.dirname(__FILE__))
|
require File.expand_path('helper', File.dirname(__FILE__))
|
||||||
|
|
||||||
class TestMechanizeCookieJar < Test::Unit::TestCase
|
class TestHTTPCookieJar < Test::Unit::TestCase
|
||||||
#class TestMechanizeCookieJar < MiniTest::Unit::TestCase
|
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
@jar = HTTP::CookieJar.new
|
@jar = HTTP::CookieJar.new
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue