Sha256: 44400a14d26f05e72d809145ef5311dbf5dc184c24fa81a1214ae459441a4836
Contents?: true
Size: 802 Bytes
Versions: 4
Compression:
Stored size: 802 Bytes
Contents
# coding: binary # Generated by generate-specs require 'helper' describe_moneta "adapter_cookie" do def features [:create, :increment] end def new_store Moneta::Adapters::Cookie.new end def load_value(value) Marshal.load(value) end include_context 'setup_store' it_should_behave_like 'create' it_should_behave_like 'features' it_should_behave_like 'increment' it_should_behave_like 'not_persist' it_should_behave_like 'null_stringkey_stringvalue' it_should_behave_like 'null_pathkey_stringvalue' it_should_behave_like 'returnsame_stringkey_stringvalue' it_should_behave_like 'returnsame_pathkey_stringvalue' it_should_behave_like 'store_stringkey_stringvalue' it_should_behave_like 'store_pathkey_stringvalue' it_should_behave_like 'store_large' end
Version data entries
4 entries across 4 versions & 1 rubygems