Sha256: bc65bdb48f7666d79c858348f8f3bfa3d4c8b99e6b40d7da8c2008066f827c62
Contents?: true
Size: 360 Bytes
Versions: 4
Compression:
Stored size: 360 Bytes
Contents
$:.unshift "." 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rdf_context-0.5.9.1 | spec/memory_store_spec.rb |
rdf_context-0.5.9 | spec/memory_store_spec.rb |
rdf_context-0.5.8.2 | spec/memory_store_spec.rb |
rdf_context-0.5.8.1 | spec/memory_store_spec.rb |