mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-27 14:57:46 +00:00
Better indentation while test is passing.
This commit is contained in:
parent
3131a46f14
commit
2dc17ab7dc
1 changed files with 523 additions and 525 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
require File.expand_path('helper', File.dirname(__FILE__))
|
require File.expand_path('helper', File.dirname(__FILE__))
|
||||||
require 'tmpdir'
|
require 'tmpdir'
|
||||||
|
|
||||||
module TestHTTPCookieJar; end
|
module TestHTTPCookieJar
|
||||||
|
module Tests
|
||||||
module TestHTTPCookieJar::Tests
|
|
||||||
def setup(options = nil, options2 = nil)
|
def setup(options = nil, options2 = nil)
|
||||||
default_options = {
|
default_options = {
|
||||||
:store => :hash,
|
:store => :hash,
|
||||||
|
|
@ -625,9 +624,8 @@ module TestHTTPCookieJar::Tests
|
||||||
cookie.domain == cookie.value
|
cookie.domain == cookie.value
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
module TestHTTPCookieJar
|
|
||||||
class WithHashStore < Test::Unit::TestCase
|
class WithHashStore < Test::Unit::TestCase
|
||||||
include Tests
|
include Tests
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue