Better indentation while test is passing.

This commit is contained in:
Akinori MUSHA 2013-03-28 19:24:05 +09:00
parent 3131a46f14
commit 2dc17ab7dc

View file

@ -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