Sha256: a7185f54731543b5d939331cb33a7d5195b81bf58aed2dfc8a530d7c5d35eed7
Contents?: true
Size: 275 Bytes
Versions: 5
Compression:
Stored size: 275 Bytes
Contents
require File.join(File.dirname(__FILE__), '..', 'CONFIG.rb') require 'test/unit' require 'nitro/cgi/cookie' class TC_Cookie < Test::Unit::TestCase # :nodoc: all include Nitro def test_init c = Cookie.new('hello', 'world') assert_equal '/', c.path end end
Version data entries
5 entries across 5 versions & 2 rubygems