Sha256: 4a316d1c6a668f18f97ebc19754a4040388dbcbd6b11a0967a2c11cb3dc50860
Contents?: true
Size: 462 Bytes
Versions: 10
Compression:
Stored size: 462 Bytes
Contents
require File.join(File.dirname(__FILE__), 'spec_helper') require 'rdf/spec/queryable' describe RDF::Queryable do # @see lib/rdf/spec/queryable.rb in rdf-spec it_behaves_like 'an RDF::Queryable' do # The available reference implementations are `RDF::Repository` and # `RDF::Graph`, but a subclass of Ruby Array implementing # `query_pattern` and `query_execute` should do as well # FIXME let(:queryable) { RDF::Repository.new } end end
Version data entries
10 entries across 10 versions & 1 rubygems