# coding: binary # Generated by generate-specs require 'helper' describe_moneta "transformer_marshal_city32" do def features [:create, :increment] end def new_store Moneta.build do use :Transformer, :key => [:marshal, :city32], :value => :marshal adapter :Memory end 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 'marshallable_key' it_should_behave_like 'marshallable_value' it_should_behave_like 'not_persist' it_should_behave_like 'null_objectkey_objectvalue' it_should_behave_like 'null_objectkey_stringvalue' it_should_behave_like 'null_objectkey_binaryvalue' it_should_behave_like 'null_objectkey_hashvalue' it_should_behave_like 'null_objectkey_booleanvalue' it_should_behave_like 'null_objectkey_nilvalue' it_should_behave_like 'null_objectkey_integervalue' it_should_behave_like 'null_objectkey_numbervalue' it_should_behave_like 'null_stringkey_objectvalue' it_should_behave_like 'null_stringkey_stringvalue' it_should_behave_like 'null_stringkey_binaryvalue' it_should_behave_like 'null_stringkey_hashvalue' it_should_behave_like 'null_stringkey_booleanvalue' it_should_behave_like 'null_stringkey_nilvalue' it_should_behave_like 'null_stringkey_integervalue' it_should_behave_like 'null_stringkey_numbervalue' it_should_behave_like 'null_binarykey_objectvalue' it_should_behave_like 'null_binarykey_stringvalue' it_should_behave_like 'null_binarykey_binaryvalue' it_should_behave_like 'null_binarykey_hashvalue' it_should_behave_like 'null_binarykey_booleanvalue' it_should_behave_like 'null_binarykey_nilvalue' it_should_behave_like 'null_binarykey_integervalue' it_should_behave_like 'null_binarykey_numbervalue' it_should_behave_like 'null_hashkey_objectvalue' it_should_behave_like 'null_hashkey_stringvalue' it_should_behave_like 'null_hashkey_binaryvalue' it_should_behave_like 'null_hashkey_hashvalue' it_should_behave_like 'null_hashkey_booleanvalue' it_should_behave_like 'null_hashkey_nilvalue' it_should_behave_like 'null_hashkey_integervalue' it_should_behave_like 'null_hashkey_numbervalue' it_should_behave_like 'null_booleankey_objectvalue' it_should_behave_like 'null_booleankey_stringvalue' it_should_behave_like 'null_booleankey_binaryvalue' it_should_behave_like 'null_booleankey_hashvalue' it_should_behave_like 'null_booleankey_booleanvalue' it_should_behave_like 'null_booleankey_nilvalue' it_should_behave_like 'null_booleankey_integervalue' it_should_behave_like 'null_booleankey_numbervalue' it_should_behave_like 'null_nilkey_objectvalue' it_should_behave_like 'null_nilkey_stringvalue' it_should_behave_like 'null_nilkey_binaryvalue' it_should_behave_like 'null_nilkey_hashvalue' it_should_behave_like 'null_nilkey_booleanvalue' it_should_behave_like 'null_nilkey_nilvalue' it_should_behave_like 'null_nilkey_integervalue' it_should_behave_like 'null_nilkey_numbervalue' it_should_behave_like 'null_integerkey_objectvalue' it_should_behave_like 'null_integerkey_stringvalue' it_should_behave_like 'null_integerkey_binaryvalue' it_should_behave_like 'null_integerkey_hashvalue' it_should_behave_like 'null_integerkey_booleanvalue' it_should_behave_like 'null_integerkey_nilvalue' it_should_behave_like 'null_integerkey_integervalue' it_should_behave_like 'null_integerkey_numbervalue' it_should_behave_like 'null_numberkey_objectvalue' it_should_behave_like 'null_numberkey_stringvalue' it_should_behave_like 'null_numberkey_binaryvalue' it_should_behave_like 'null_numberkey_hashvalue' it_should_behave_like 'null_numberkey_booleanvalue' it_should_behave_like 'null_numberkey_nilvalue' it_should_behave_like 'null_numberkey_integervalue' it_should_behave_like 'null_numberkey_numbervalue' it_should_behave_like 'returndifferent_objectkey_objectvalue' it_should_behave_like 'returndifferent_objectkey_stringvalue' it_should_behave_like 'returndifferent_objectkey_binaryvalue' it_should_behave_like 'returndifferent_objectkey_hashvalue' it_should_behave_like 'returndifferent_stringkey_objectvalue' it_should_behave_like 'returndifferent_stringkey_stringvalue' it_should_behave_like 'returndifferent_stringkey_binaryvalue' it_should_behave_like 'returndifferent_stringkey_hashvalue' it_should_behave_like 'returndifferent_binarykey_objectvalue' it_should_behave_like 'returndifferent_binarykey_stringvalue' it_should_behave_like 'returndifferent_binarykey_binaryvalue' it_should_behave_like 'returndifferent_binarykey_hashvalue' it_should_behave_like 'returndifferent_hashkey_objectvalue' it_should_behave_like 'returndifferent_hashkey_stringvalue' it_should_behave_like 'returndifferent_hashkey_binaryvalue' it_should_behave_like 'returndifferent_hashkey_hashvalue' it_should_behave_like 'returndifferent_booleankey_objectvalue' it_should_behave_like 'returndifferent_booleankey_stringvalue' it_should_behave_like 'returndifferent_booleankey_binaryvalue' it_should_behave_like 'returndifferent_booleankey_hashvalue' it_should_behave_like 'returndifferent_nilkey_objectvalue' it_should_behave_like 'returndifferent_nilkey_stringvalue' it_should_behave_like 'returndifferent_nilkey_binaryvalue' it_should_behave_like 'returndifferent_nilkey_hashvalue' it_should_behave_like 'returndifferent_integerkey_objectvalue' it_should_behave_like 'returndifferent_integerkey_stringvalue' it_should_behave_like 'returndifferent_integerkey_binaryvalue' it_should_behave_like 'returndifferent_integerkey_hashvalue' it_should_behave_like 'returndifferent_numberkey_objectvalue' it_should_behave_like 'returndifferent_numberkey_stringvalue' it_should_behave_like 'returndifferent_numberkey_binaryvalue' it_should_behave_like 'returndifferent_numberkey_hashvalue' it_should_behave_like 'store_objectkey_objectvalue' it_should_behave_like 'store_objectkey_stringvalue' it_should_behave_like 'store_objectkey_binaryvalue' it_should_behave_like 'store_objectkey_hashvalue' it_should_behave_like 'store_objectkey_booleanvalue' it_should_behave_like 'store_objectkey_nilvalue' it_should_behave_like 'store_objectkey_integervalue' it_should_behave_like 'store_objectkey_numbervalue' it_should_behave_like 'store_stringkey_objectvalue' it_should_behave_like 'store_stringkey_stringvalue' it_should_behave_like 'store_stringkey_binaryvalue' it_should_behave_like 'store_stringkey_hashvalue' it_should_behave_like 'store_stringkey_booleanvalue' it_should_behave_like 'store_stringkey_nilvalue' it_should_behave_like 'store_stringkey_integervalue' it_should_behave_like 'store_stringkey_numbervalue' it_should_behave_like 'store_binarykey_objectvalue' it_should_behave_like 'store_binarykey_stringvalue' it_should_behave_like 'store_binarykey_binaryvalue' it_should_behave_like 'store_binarykey_hashvalue' it_should_behave_like 'store_binarykey_booleanvalue' it_should_behave_like 'store_binarykey_nilvalue' it_should_behave_like 'store_binarykey_integervalue' it_should_behave_like 'store_binarykey_numbervalue' it_should_behave_like 'store_hashkey_objectvalue' it_should_behave_like 'store_hashkey_stringvalue' it_should_behave_like 'store_hashkey_binaryvalue' it_should_behave_like 'store_hashkey_hashvalue' it_should_behave_like 'store_hashkey_booleanvalue' it_should_behave_like 'store_hashkey_nilvalue' it_should_behave_like 'store_hashkey_integervalue' it_should_behave_like 'store_hashkey_numbervalue' it_should_behave_like 'store_booleankey_objectvalue' it_should_behave_like 'store_booleankey_stringvalue' it_should_behave_like 'store_booleankey_binaryvalue' it_should_behave_like 'store_booleankey_hashvalue' it_should_behave_like 'store_booleankey_booleanvalue' it_should_behave_like 'store_booleankey_nilvalue' it_should_behave_like 'store_booleankey_integervalue' it_should_behave_like 'store_booleankey_numbervalue' it_should_behave_like 'store_nilkey_objectvalue' it_should_behave_like 'store_nilkey_stringvalue' it_should_behave_like 'store_nilkey_binaryvalue' it_should_behave_like 'store_nilkey_hashvalue' it_should_behave_like 'store_nilkey_booleanvalue' it_should_behave_like 'store_nilkey_nilvalue' it_should_behave_like 'store_nilkey_integervalue' it_should_behave_like 'store_nilkey_numbervalue' it_should_behave_like 'store_integerkey_objectvalue' it_should_behave_like 'store_integerkey_stringvalue' it_should_behave_like 'store_integerkey_binaryvalue' it_should_behave_like 'store_integerkey_hashvalue' it_should_behave_like 'store_integerkey_booleanvalue' it_should_behave_like 'store_integerkey_nilvalue' it_should_behave_like 'store_integerkey_integervalue' it_should_behave_like 'store_integerkey_numbervalue' it_should_behave_like 'store_numberkey_objectvalue' it_should_behave_like 'store_numberkey_stringvalue' it_should_behave_like 'store_numberkey_binaryvalue' it_should_behave_like 'store_numberkey_hashvalue' it_should_behave_like 'store_numberkey_booleanvalue' it_should_behave_like 'store_numberkey_nilvalue' it_should_behave_like 'store_numberkey_integervalue' it_should_behave_like 'store_numberkey_numbervalue' it_should_behave_like 'store_large' it_should_behave_like 'transform_value' it 'compile transformer class' do store.should_not be_nil Moneta::Transformer::MarshalCity32KeyMarshalValue.should_not be_nil end end