Sha256: 8ee92495f272ac3b464bf39915041ece01b7de9536c5368bd989ab0a7629d6bd
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
$:.unshift File.join(File.dirname(__FILE__), '..', '..', 'lib') require 'test/unit' require 'nitro/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.20.0 | test/nitro/tc_cookie.rb |