spec/moneta/shared_unix_spec.rb in moneta-0.7.11 vs spec/moneta/shared_unix_spec.rb in moneta-0.7.12

- old
+ new

@@ -17,9 +17,11 @@ def load_value(value) Marshal.load(value) end include_context 'setup_store' + it_should_behave_like 'concurrent_create' + it_should_behave_like 'concurrent_increment' 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'