spec/moneta/shared_unix_spec.rb in moneta-0.7.19 vs spec/moneta/shared_unix_spec.rb in moneta-0.7.20
- old
+ new
@@ -1,5 +1,6 @@
+# coding: binary
# Generated by generate-specs
require 'helper'
describe_moneta "shared_unix" do
def features
@@ -24,12 +25,16 @@
it_should_behave_like 'create'
it_should_behave_like 'features'
it_should_behave_like 'increment'
it_should_behave_like 'multiprocess'
it_should_behave_like 'null_stringkey_stringvalue'
+ it_should_behave_like 'null_pathkey_stringvalue'
it_should_behave_like 'persist_stringkey_stringvalue'
+ it_should_behave_like 'persist_pathkey_stringvalue'
it_should_behave_like 'returndifferent_stringkey_stringvalue'
+ it_should_behave_like 'returndifferent_pathkey_stringvalue'
it_should_behave_like 'store_stringkey_stringvalue'
+ it_should_behave_like 'store_pathkey_stringvalue'
it_should_behave_like 'store_large'
it 'shares values' do
store['shared_key'] = 'shared_value'
second = new_store
second.key?('shared_key').should be_true