Sha256: 673b0efab6c2602616ecd98bb1ee391aad5b4f05001efb9b54f8c3a4ea67b131

Contents?: true

Size: 92 Bytes

Versions: 17

Compression:

Stored size: 92 Bytes

Contents

class MockCookieJar < Hash
  def [](key)
    hash = super
    hash && hash[:value]
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
authlogic-1.0.0 test_libs/mock_cookie_jar.rb
authlogic-1.2.1 test/libs/mock_cookie_jar.rb
authlogic-1.3.1 test/libs/mock_cookie_jar.rb
authlogic-1.3.0 test/libs/mock_cookie_jar.rb
authlogic-1.3.2 test/libs/mock_cookie_jar.rb
authlogic-1.1.0 test/libs/mock_cookie_jar.rb
authlogic-1.2.0 test/libs/mock_cookie_jar.rb
authlogic-1.2.2 test/libs/mock_cookie_jar.rb
authlogic-1.1.2 test/libs/mock_cookie_jar.rb
authlogic-1.1.1 test/libs/mock_cookie_jar.rb
authlogic-1.3.8 test/libs/mock_cookie_jar.rb
authlogic-1.3.4 test/libs/mock_cookie_jar.rb
authlogic-1.3.7 test/libs/mock_cookie_jar.rb
authlogic-1.3.9 test/libs/mock_cookie_jar.rb
authlogic-1.3.3 test/libs/mock_cookie_jar.rb
authlogic-1.3.5 test/libs/mock_cookie_jar.rb
authlogic-1.3.6 test/libs/mock_cookie_jar.rb