mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +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__))
|
||||
|
||||
class TestHTTPCookie < Test::Unit::TestCase
|
||||
#class TestHTTPCookie < MiniTest::Unit::TestCase
|
||||
def silently
|
||||
warn_level = $VERBOSE
|
||||
$VERBOSE = false
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
require File.expand_path('helper', File.dirname(__FILE__))
|
||||
|
||||
class TestMechanizeCookieJar < Test::Unit::TestCase
|
||||
#class TestMechanizeCookieJar < MiniTest::Unit::TestCase
|
||||
|
||||
class TestHTTPCookieJar < Test::Unit::TestCase
|
||||
def setup
|
||||
@jar = HTTP::CookieJar.new
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue