Sha256: aa96f4132c8ad7c48eb1a621c46623a42def5d0b3b62251ea93815feccbd0250
Contents?: true
Size: 307 Bytes
Versions: 2
Compression:
Stored size: 307 Bytes
Contents
$:.unshift "." require File.join(File.dirname(__FILE__), 'spec_helper') require File.join(File.dirname(__FILE__), 'store_helper') describe ListStore do before(:all) do @identifier = URIRef.new("http://identifier") end subject { ListStore.new(@identifier) } it_should_behave_like "Store" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf_context-0.5.11 | spec/list_store_spec.rb |
rdf_context-0.5.10 | spec/list_store_spec.rb |