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 'tmpdir'
module TestHTTPCookieJar; end
module TestHTTPCookieJar::Tests
module TestHTTPCookieJar
module Tests
def setup(options = nil, options2 = nil)
default_options = {
:store => :hash,
@ -625,9 +624,8 @@ module TestHTTPCookieJar::Tests
cookie.domain == cookie.value
}
end
end
end
module TestHTTPCookieJar
class WithHashStore < Test::Unit::TestCase
include Tests
end