require 'spec' $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'hash-persistent' class Dummy_NoStringRep undef to_s end class Dummy_RestrictedHash < Hash undef each, each_key, each_pair, each_value #TODO: expand this list, or just add dependency one of the moneta implementations? end Spec::Runner.configure do |config| end