Sha256: e0e1f490a7f61c61d0ef61aea3a8d939cd67a179cc070834bd8c998c3aa5cc94
Contents?: true
Size: 421 Bytes
Versions: 10
Compression:
Stored size: 421 Bytes
Contents
require File.join(File.dirname(__FILE__), 'spec_helper') require 'rdf/spec/writable' describe RDF::Writable do subject {RDF::Repository.new} # @see lib/rdf/spec/writable.rb in rdf-spec it_behaves_like 'an RDF::Writable' do # The available reference implementations are `RDF::Repository` and # `RDF::Graph`, but a plain Ruby array will do fine as well: let(:writable) { RDF::Repository.new } end end
Version data entries
10 entries across 10 versions & 1 rubygems