Sha256: 6b2d63d15d3719a2a68bdf7558e112ca959b9f467eaf17ec8e6dadf719562734

Contents?: true

Size: 274 Bytes

Versions: 4

Compression:

Stored size: 274 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

4 entries across 4 versions & 1 rubygems

Version Path
nitro-0.21.0 test/nitro/tc_cookie.rb
nitro-0.21.2 test/nitro/tc_cookie.rb
nitro-0.22.0 test/nitro/tc_cookie.rb
nitro-0.23.0 test/nitro/tc_cookie.rb