Sha256: 92c138162b915855f02a523ef776b6b7e94ab5ad9e46f3d4a8944bb0df620952
Contents?: true
Size: 345 Bytes
Versions: 13
Compression:
Stored size: 345 Bytes
Contents
require File.join(File.dirname(__FILE__), 'spec_helper') require File.join(File.dirname(__FILE__), 'store_helper') describe "Memory Store" do before(:all) do @identifier = URIRef.new("http://identifier") end subject { MemoryStore.new(@identifier) } it_should_behave_like "Store" it_should_behave_like "Context Aware Store" end
Version data entries
13 entries across 13 versions & 1 rubygems